aws/copilot-cli

Show warning message before deployment when a secret does not exist

Aberta

#5.662 aberto em 8 de fev. de 2024

 (1 comentário) (7 reações) (0 responsável)Go (441 forks)auto 404
good first issuetype/enhancement

Métricas do repositório

Stars
 (3.737 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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.

Guia do colaborador