scalp42 / summon-s3

AWS S3 provider for Summon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

summon-s3

AWS S3 provider for Summon.

Provides access to secrets stored in Amazon S3.

Usage

Set summon-s3 as your Summon provider.

Give summon a path to an object in S3 and it will fetch it for you and print the value to stdout.

summon --provider summon-s3 \
--yaml 'MONGOPASS: !var myorg-creds/aws/dev/mongodb-password' \
printenv MONGOPASS
8h9psadf89sdahfp98

myorg-credentials is the bucket name.

Configuration

summon-s3 uses the official AWS Go SDK. It will use the credentials file or environment variables as they explain.

About

AWS S3 provider for Summon

License:MIT License


Languages

Language:Go 59.9%Language:Shell 40.1%