You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to setup AWS SecretsManager to store things like:
shared JWT Secret
RDS DB user credentials
The Secrets should get rotated on a regular basis and ECS should be setup to work with the rotation. For example, when it comes time to rotate, leave the old and new in place until ECS has finished cycling out the containers that still reference the old secrets
The text was updated successfully, but these errors were encountered:
We need to setup AWS SecretsManager to store things like:
The Secrets should get rotated on a regular basis and ECS should be setup to work with the rotation. For example, when it comes time to rotate, leave the old and new in place until ECS has finished cycling out the containers that still reference the old secrets
The text was updated successfully, but these errors were encountered: