flaviostutz/AWS Secrets Manager Action
Pushes keys to AWS Secrets Manager. Can be used to store secrets from GH to AWS and use them in Lambda services, for example.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| name | Secret name to be stored in AWS Secrets Manager | yes | — |
| value | String value stored under secret 'name' | no | — |
| operation | Whatever 'set' or 'delete' secret | no | set |
| AWS_ACCESS_KEY_ID | Set AWS Access Key ID | yes | — |
| AWS_SECRET_ACCESS_KEY | Set AWS Secret Access Key | yes | — |
| AWS_SESSION_TOKEN | Set AWS Session Token Key | no | — |
| AWS_DEFAULT_REGION | Set AWS Default Region | yes | — |
Outputs
no outputs