-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
feat: implement secret change support, refactor cred mgmt #333
feat: implement secret change support, refactor cred mgmt #333
Conversation
Signed-off-by: Anthony Casagrande <anthony.j.casagrande@intel.com>
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## main #333 +/- ##
==========================================
+ Coverage 33.38% 33.95% +0.56%
==========================================
Files 18 18
Lines 1800 1832 +32
==========================================
+ Hits 601 622 +21
- Misses 1133 1143 +10
- Partials 66 67 +1
|
Signed-off-by: Anthony Casagrande <anthony.j.casagrande@intel.com>
secret cache was being used in a redundant manner, as secret store already caches some data. Signed-off-by: Anthony Casagrande <anthony.j.casagrande@intel.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
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/main/.github/Contributing.md
PR Checklist
Please check if your PR fulfills the following requirements:
BREAKING CHANGE:
describing the break)Testing Instructions
New Dependency Instructions (If applicable)