dawilk/AWS Secrets Manager - Put Secrets

GitHub action for putting/updating secrets in AWS Secrets Manager

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
secret-idThe name or ARN of the secret to create or update. If automatic recovery from the per-secret version quota runs, IAM must also allow secretsmanager:ListSecretVersionIds and secretsmanager:UpdateSecretVersionStage.yes
secret-valueThe secret value (raw text or JSON string) to storeyes
txt-to-jsonWhen true, parse secret-value as dotenv-style lines (KEY=VALUE, # comments) and store a JSON object stringnofalse
tags(Optional) JSON object string of tags to apply, e.g. {"Environment":"prod","Team":"platform"}no""
auto-select-family-attempt-timeout(Optional) Timeout (ms) for dual-stack DNS first IP connection attempt. Needed for geographically distant GitHub action workersno1000

no outputs