${secrets.POSTGRES_PASSWORD}
in your Garden template and configuration files.AWS_SECRET_ACCESS_KEY
and AWS_ACCESS_KEY_ID
twice. One instance is scoped to the dev
environment and can be accessed by any user who has access to that environment. Another one is specific to the user Jane Doe. Because the user-level secret takes precedence over the environment-level secret, Jane Doe will not be able to access the environment-level secret.garden cloud secrets list
. You will see a list of secrets defined for that project, as shown below.garden cloud secrets
command in the Core docs reference.