feat: Add ability to customize spiffe services#4533
Merged
ejlee3 merged 2 commits intoedgexfoundry:mainfrom Apr 27, 2023
Merged
feat: Add ability to customize spiffe services#4533ejlee3 merged 2 commits intoedgexfoundry:mainfrom
ejlee3 merged 2 commits intoedgexfoundry:mainfrom
Conversation
Signed-off-by: Elizabeth J Lee <elizabeth.j.lee@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 #4533 +/- ##
=======================================
Coverage 41.54% 41.54%
=======================================
Files 106 106
Lines 9764 9764
=======================================
Hits 4056 4056
Misses 5362 5362
Partials 346 346 |
bnevis-i
reviewed
Apr 26, 2023
Collaborator
bnevis-i
left a comment
There was a problem hiding this comment.
Looks good, but please prefix the new variable with EDGEX_ as per direction from Lenny to indicate EdgeX specific env vars.
Signed-off-by: Elizabeth J Lee <elizabeth.j.lee@intel.com>
Member
Yes, good catch @bnevis-i |
bnevis-i
requested changes
Apr 27, 2023
Collaborator
bnevis-i
left a comment
There was a problem hiding this comment.
Still waiting for EDGEX_ prefix.
a03a97e to
dd59e40
Compare
|
Kudos, SonarCloud Quality Gate passed! |
bnevis-i
approved these changes
Apr 27, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.








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)docs PR
Testing Instructions
Testing without setting SPIFFE_CUSTOM_SERVICES
make dockerin edgex-gomake pull delayed-start ds-virtual ds-modbusmake run dev delayed-start ds-virtual ds-modbusTesting with setting SPIFFE_CUSTOM_SERVICES
cmd/security-spire-config/seed_builtin_entries.shso the service list is:make dockerin edgex-gomake pull delayed-start ds-virtual ds-modbusmake run dev delayed-start ds-virtual ds-modbusNew Dependency Instructions (If applicable)