Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Remove security services initialization for mongodb #2885

Merged
merged 2 commits into from
Nov 20, 2020
Merged

feat: Remove security services initialization for mongodb #2885

merged 2 commits into from
Nov 20, 2020

Conversation

bnevis-i
Copy link
Collaborator

Signed-off-by: Bryon Nevis [email protected]

PR Checklist

Please check if your PR fulfills the following requirements:

  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)

If your build fails due to your commit message not passing the build checks, please review the guidelines here: https://github.com/edgexfoundry/edgex-go/blob/master/.github/Contributing.md.

What is the current behavior?

Issue Number:

Fixes #2538

What is the new behavior?

Does this PR introduce a breaking change?

  • Yes
  • No

New Imports

  • Yes
  • No

Specific Instructions

Are there any specific instructions or things that should be known prior to reviewing?

Other information

BREAKING CHANGE. Removes support for monodb in security initialization.

@bnevis-i bnevis-i added this to the Ireland milestone Nov 18, 2020
@lenny-goodell lenny-goodell marked this pull request as draft November 18, 2020 23:05
Copy link
Member

@lenny-goodell lenny-goodell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I moved to draft status until Ireland has the Go Ahead.

@lenny-goodell lenny-goodell marked this pull request as ready for review November 19, 2020 20:43
@@ -118,12 +68,6 @@
"edgex_use_defaults": true,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This whole edgex-support-rulesengine block can be removed.

Copy link
Member

@lenny-goodell lenny-goodell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@lenny-goodell
Copy link
Member

recheck

@codecov-io
Copy link

Codecov Report

Merging #2885 (eaa1b3b) into master (39e6b04) will increase coverage by 0.07%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2885      +/-   ##
==========================================
+ Coverage   39.43%   39.50%   +0.07%     
==========================================
  Files         166      166              
  Lines       13810    13795      -15     
==========================================
+ Hits         5446     5450       +4     
+ Misses       8030     8012      -18     
+ Partials      334      333       -1     
Impacted Files Coverage Δ
internal/security/secretstore/init.go 3.93% <ø> (+0.18%) ⬆️
internal/core/data/v2/application/event.go 63.55% <0.00%> (+3.73%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 39e6b04...eaa1b3b. Read the comment docs.

@bnevis-i bnevis-i merged commit bd94ef4 into edgexfoundry:master Nov 20, 2020
@bnevis-i bnevis-i deleted the issue-2538 branch November 20, 2020 23:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove generation of mongodb passwords from security-services
3 participants