Great tool
Rating: 10 out of 10
IncentivizedUse Cases and Deployment Scope
[AWS Secrets Manager] is used for storing and managing who can access and use the secrets variables along with the project. The entire organization uses it. It solves the part that with a simple command before running the project all users (depending on their roles) can get the secrets in reading mode.
Pros
- One trust source for all secrets
- You can divide them per environment
- You can give different access to users
Cons
- It could be good if a user can use a variable in the project but can't see them in the manager on AWS
Likelihood to Recommend
[AWS Secrets Manager] is really good at managing the secrets for each environment (stage, production, ...), and with a simple command, the users will get all the variables for running the project. Depending on the user role, they could just read and/or edit the variables on the Secrets Manager on AWS. This facilitates the management of the secrets.