Skip to content
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

AWS secret manager support #4

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

AWS secret manager support #4

wants to merge 1 commit into from

Conversation

snoyberg
Copy link
Member

No description provided.

@snoyberg
Copy link
Member Author

@qrilka As a POC I tried implementing support for AWS and Azure secret managers. AWS was easier, since rusoto is available, and I included it in this MR. Implementing Azure support would require a bit more work, or to trust an unmaintained crate.

@timbod7
Copy link

timbod7 commented Aug 19, 2021

This look useful.

As an addition, or an alternative, It would be interesting to consider using AWS KMS so that the private key never leaves the KMS system.

@snoyberg
Copy link
Member Author

I considered KMS. It may be worth pursuing, but my initial feeling was that it would deviate too far from the non-AWS workflow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants