-
Notifications
You must be signed in to change notification settings - Fork 702
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
Add aws secret mamager support to env_var #6316
Add aws secret mamager support to env_var #6316
Conversation
Signed-off-by: Thomas J. Fan <[email protected]>
Signed-off-by: Thomas J. Fan <[email protected]>
Code Review Agent Run #82418fActionable Suggestions - 1
Review Details
|
Changelist by BitoThis pull request implements the following key changes.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #6316 +/- ##
==========================================
- Coverage 58.49% 58.48% -0.01%
==========================================
Files 937 937
Lines 71088 71091 +3
==========================================
- Hits 41583 41580 -3
- Misses 26353 26359 +6
Partials 3152 3152
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Tracking issue
Closes #6304
Why are the changes needed?
The
env_var
was not supported with the AWS secret manager.What changes were proposed in this pull request?
This PR adds
env_var
support to AWS.How was this patch tested?
Unit tests were added.
Summary by Bito
This pull request adds support for an env_var option in the AWS secret manager integration. The production code now injects an extra environment variable when a secret has a non-empty env_var value. Test files have been updated comprehensively to check for correct container configurations and volume mounts.Unit tests added: True
Estimated effort to review (1-5, lower is better): 1