-
Notifications
You must be signed in to change notification settings - Fork 484
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: Add ability to customize spiffe services #4533
Conversation
Signed-off-by: Elizabeth J Lee <[email protected]>
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
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 |
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.
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 <[email protected]>
Yes, good catch @bnevis-i |
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.
Still waiting for EDGEX_ prefix.
a03a97e
to
dd59e40
Compare
Kudos, SonarCloud Quality Gate passed! |
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 docker
in edgex-gomake pull delayed-start ds-virtual ds-modbus
make run dev delayed-start ds-virtual ds-modbus
Testing with setting SPIFFE_CUSTOM_SERVICES
cmd/security-spire-config/seed_builtin_entries.sh
so the service list is:make docker
in edgex-gomake pull delayed-start ds-virtual ds-modbus
make run dev delayed-start ds-virtual ds-modbus
New Dependency Instructions (If applicable)