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

Create AWS secret retrieval #131

Closed
jframe opened this issue Jan 27, 2022 · 0 comments · Fixed by #135
Closed

Create AWS secret retrieval #131

jframe opened this issue Jan 27, 2022 · 0 comments · Fixed by #135
Assignees
Labels
TeamGroot Under active development by TeamGroot @PegaSys

Comments

@jframe
Copy link
Contributor

jframe commented Jan 27, 2022

Retrieve a secret from AWS secret manager.

Tasks

  • Key retrieval from AWS in signers

Acceptance Criteria

  • Key name should be configurable
  • Acceptance test to ensure that Azure secret can be retrieved

Notes

  • Don’t want multiple clients in memory for the same vault instance
  • Needs to be able keys from multiple differently configured AWS secret manager instances
  • Large number of keys are not loaded simultaneously i.e. don't make 1000 http requests at once to retrieve secrets
@jframe jframe added the TeamGroot Under active development by TeamGroot @PegaSys label Jan 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
TeamGroot Under active development by TeamGroot @PegaSys
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants