An open API service indexing awesome lists of open source software.

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

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.