Skip to content

msoedov/secrecy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Secrecy

Ultralight AWS Parameter Store variables instrumentation on AWS instances

Features

Written in simple Go

No installation necessary - binary is provided

Intuitive and easy to use

Efficient batching

Usage

export FOO=ssm:SSM_PARAM
`secrecy`
echo $FOO
SSM_VALUE:)

How this works:

export FOO=ssm:SSM_PARAM
secrecy
# stdout
export FOO=SSM_VALUE:)

Install

go get -u github.com/msoedov/secrecy

Configuration

# Optional as per aws/aws-sdk-go#configuring-credentials
AWS_SDK_LOAD_CONFIG=1

Docker instrumentation

TBD

About

Instruments secrets from AWS Parameter Store

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages