t-botz/AWS Secrets Manager Reader
Github Action to read a secret value from AWS Secret Manager'
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| secret-id | Either ARN or friendly name of the secret | yes | — |
| version-id | Version id of the secret | no | — |
| version-stage | Version stage of the secret | no | — |
| mask-value | Assume the secret is JSON and mask all JSON object values, even the nested ones | no | true |
| mask-json-values | Assume the secret is JSON and mask all JSON object values, even the nested ones | no | false |
| keys-as-env-vars | Assume the secret is a JSON object and export the keys as env variables. | no | false |
| keys-as-outputs | Assume the secret is a JSON object and export the keys as env variables. | no | false |
| append-to-env-file | Assume the secret is a JSON object and append the key values in an env file. The value is the path to the file. | no | — |
Outputs
| name | description |
|---|---|
| secret | Secret String return by AWS |