-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
User story
As a developer, I want to reference any AWS Secrets Manager Secrets directly from Parameter store, so I can get the DocDB secret without using the secrets manager client.
Currently we have a parameter in Parameter Store, which contains the name of the DocDB secret, and we use a separate secret client to get the secret value and add it to the appropriate job settings.
Acceptance criteria
- Given the run.sh script is run with the correct parameter, the docdb secret should be accessed from Parameter store rather than Secrets Manager.
Sprint Ready Checklist
- 1. Acceptance criteria defined
- 2. Team understands acceptance criteria
- 3. Team has defined solution / steps to satisfy acceptance criteria
- 4. Acceptance criteria is verifiable / testable
- 5. External / 3rd Party dependencies identified
- 6. Ticket is prioritized and sized
Notes
Metadata
Metadata
Assignees
Labels
No labels