You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`AWS_SECRETS_TAG_NAME` and `AWS_SECRETS_TAG_VALUE` are used to pull down all the secrets that match the tag key/value.
34
34
35
+
### Other Environment-based Configuration
36
+
37
+
#### Enabled environments
38
+
39
+
Specify which environments should have AWS Secrets enabled:
40
+
41
+
`AWS_SECRETS_ENABLED_ENV=production,staging`
42
+
43
+
Default: `production`
44
+
45
+
#### Overwritable Variables Config
46
+
47
+
Specify which variables should be able to overwrite the config using the `AWS_SECRETS_VARIABLES_CONFIGS` key in the `.env` file. The format is a comma-separated list of `ENV_VARIABLE_NAME:CONFIG_KEY` pairs.
0 commit comments