t-botz/AWS Secrets Manager Reader

Github Action to read a secret value from AWS Secret Manager'

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
secret-idEither ARN or friendly name of the secretyes
version-idVersion id of the secretno
version-stageVersion stage of the secretno
mask-valueAssume the secret is JSON and mask all JSON object values, even the nested onesnotrue
mask-json-valuesAssume the secret is JSON and mask all JSON object values, even the nested onesnofalse
keys-as-env-varsAssume the secret is a JSON object and export the keys as env variables.nofalse
keys-as-outputsAssume the secret is a JSON object and export the keys as env variables.nofalse
append-to-env-fileAssume the secret is a JSON object and append the key values in an env file. The value is the path to the file.no
namedescription
secretSecret String return by AWS