aws/copilot-cli

Show warning message before deployment when a secret does not exist

Ouverte

#5 662 ouverte le 8 févr. 2024

 (1 commentaire) (7 réactions) (0 personne assignée)Go (441 forks)auto 404
good first issuetype/enhancement

Métriques du dépôt

Stars
 (3 737 étoiles)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

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.

Guide contributeur