Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

Adds support for AWS SM stored secrets #13

Merged
merged 6 commits into from
Oct 2, 2018
Merged

Adds support for AWS SM stored secrets #13

merged 6 commits into from
Oct 2, 2018

Conversation

zsims
Copy link
Contributor

@zsims zsims commented Oct 1, 2018

This closes #5 by adding basic AWS SM support. This means callers do not have to expose the secret in an environment variable (making it less likely to be logged).

This is on top of PR #12 -- so ignore the first commit from this review.

Secret versions aren't yet leveraged, but that'll be tackled during rotation support (#6)

@zsims zsims self-assigned this Oct 1, 2018
@zsims zsims requested a review from lox October 1, 2018 11:00
Copy link
Contributor

@lox lox left a comment

Choose a reason for hiding this comment

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

This looks good to me as a first cut!

@lox
Copy link
Contributor

lox commented Oct 2, 2018

Possibly needs some documentation in the README?

@zsims
Copy link
Contributor Author

zsims commented Oct 2, 2018

Thanks for the review :)

Possibly needs some documentation in the README?

Good point! Done 😄

@zsims zsims merged commit 612e23f into master Oct 2, 2018
@zsims zsims deleted the aws-sm branch October 2, 2018 22:49
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add first class support for AWS Secrets Manager
2 participants