Open
Description
Is there a way to share secrets between environments? The requirement to tag each secret with copilot-environment
leads me to believe this is not possible, but it would be useful for shared application secrets. I would like to be able to do the following:
- set up an SSM parameter with only tag
copilot-application
set to my application name - reference the secret in the global
secrets
inmanifest.yml
:
secrets:
SECRET_NAME: /copilot/app_name/secrets/SECRET_NAME
This process currently results in an error: ResourceInitializationError: unable to pull secrets or registry auth: execution resource retrieval failed: unable to retrieve secrets from ssm
Activity