aws/copilot-cli

Show warning message before deployment when a secret does not exist

Open

#5662 aperta il 8 feb 2024

Vedi su GitHub
 (1 commento) (7 reazioni) (0 assegnatari)Go (441 fork)auto 404
good first issuetype/enhancement

Metriche repository

Star
 (3737 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

Currently when you specify a non-existing secret in the service manifest and make a deployment, you won't get any error message until the ECS keeps failing to create any stable task, and it takes quite long time for rollback to complete. It would be nice if Copilot can validate the existence for the secrets specified and give a warning or error out if any of them does not exist.

Guida contributor