Skip to content

Native command line application for storing values in a JSON file database

License

Notifications You must be signed in to change notification settings

motns/configstore

Repository files navigation

Configstore Quality Gate Status

A simple command line application written in Go, used to store a mixture of plain-text and encrypted values, in a plain-text JSON file. This JSON file is safe to commit to version control.

The encryption uses AWS KMS as a starting point: A generated Data Key is used to encrypt the secrets themselves (AES 256), which is then itself encrypted using a KMS Master Key and stored in the JSON file alongside the values. Whenever the plain text value of a secret needs to be loaded, the Data Key is decrypted via AWS KMS, and that key is then used to decrypt the secret value. The decrypted Data Key is then discarded; it is never stored in plain form.

  1. Usage
  2. Development
  3. Configstore Package

About

Native command line application for storing values in a JSON file database

Resources

License

Stars

Watchers

Forks

Packages

No packages published