drafteame/Sync AWS Secrets Manager
Sync AWS Secrets Manager with a JSON file
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| aws_access_key_id | AWS Access Key ID | yes | — |
| aws_secret_access_key | AWS Secret Access Key | yes | — |
| aws_region | AWS Region | yes | — |
| secret_name | AWS Secret Name | yes | — |
| json_file_path | Path to the JSON file containing secret data | yes | — |
| create_secret | Flag to create the given secret if not exist before execute sync | no | — |
| dry_run | Dry run mode (preview changes without modifying the secret) | no | — |
| show_values | Show secret values when viewing change set | no | — |
| exclude | List of regular expressions that determines if a secret key should be excluded from sync | no | — |
| delete_secret | Flag that marks the specified secret to be deleted | no | — |
Outputs
no outputs