https://github.com/artyom/aws-add-secrets
Program that creates AWS Secrets Manager secrets from a CSV file
https://github.com/artyom/aws-add-secrets
Last synced: about 1 month ago
JSON representation
Program that creates AWS Secrets Manager secrets from a CSV file
- Host: GitHub
- URL: https://github.com/artyom/aws-add-secrets
- Owner: artyom
- License: mit
- Created: 2020-10-23T09:39:54.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-23T09:40:26.000Z (over 5 years ago)
- Last Synced: 2023-04-14T15:46:26.460Z (about 3 years ago)
- Language: Go
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Command aws-add-secrets loads secrets from a CSV file to an AWS Secrets
Manager.
CSV file must have a header, which is inspected to find "name", "value", and
an optional "description" columns.
It outputs ARNs of each secret created, or a JSON lines suitable for the
"secrets" section of ECS container task definition if run with an -env flag.