Closed jbp35 closed 7 months ago
Hi @jbp35, this is currently not supported but it definitely should be! Marking as a feature request.
Yep, can you please list this issue in docs? Spent an hour debugging this.
If you run npx amplify sandbox --name MyName secret list
, it shows as if the secret exists, but is not able to pull it on sandbox deploy
Environment information
Description
I am trying to configure secrets within a sandbox. As I work on multiple computers, I am using
sandbox --name MyName
to use the same sandbox on different system.Calling
npx amplify sandbox --name MyName secret set MY_SECRET
does not work. Looking at the created AWS Systems Manager Parameter Store ressource, I think the issue is that the set secret command ignores the --name parameter and create the secret for the default sandbox.