Skip to content

HaroonSaid/consul-template-plugin-ssm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

consul-template-plugin-ssm

Plugin for consul-template to retrieve and decrypt from AWS SSM and KMS.

Building

Run make from the root directory:

make deps

make build

The built binary is placed in the dist/ directory

Running tests

make test

Usage

export AWS_REGION=<AWS REGION>

Place the binary in the PATH (or use the full path), inside the consul-template use:

{{ plugin: "ssm" <parameter name> }}

Contributing

Please see CONTRIBUTING for details.

License

The MIT License (MIT). Please see License File for more information.

About

No description, website, or topics provided.

Resources

License

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors

Languages

  • Go 63.2%
  • Shell 26.2%
  • Makefile 10.6%