Skip to content
/ ajs Public

Shell script to save and update aws secrets via json files

License

Notifications You must be signed in to change notification settings

o0th/ajs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ajs

Version License

ajs is an opensource shell script that save/update secrets from AWS Secrets Manager via .json files. It use jq for json file manipulation and aws cli for the AWS comunication.

Installation

curl -o ajs https://raw.githubusercontent.com/o0th/ajs/master/ajs
sudo install ajs /usr/local/bin

Usage

Save secret from aws secretsmanager to a local json file (aws-secret-name.json)

ajs get aws-secret-name

Update secret in aws secretsmanager from a local json file (aws-secret-name.json)

ajs put aws-secret-name

Is it possible to append any aws parameters

ajs get aws-secret-name --profile default --region eu-west-1

Contribute

ajs is an opensource project that runs on donations. If you want to contribute feel free to open an issue or a pull request. If you want to say thank you and/or support the active development add a ⭐ to the project or donate a ☕

About

Shell script to save and update aws secrets via json files

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages