secrets_cli
secrets_cli copied to clipboard
CLI for storing and reading your secrets via vault
CHANGELOG.md file is missing. Please add it and fill it out for at least the latest version. Please use the latest version of [Infinum's default changelog template](https://github.com/infinum/default_rails_template/blob/master/GEM_CHANGELOG_TEMPLATE.md): # Changelog ##...
It is a lot easier to silo off environments from each other when the environment is at the beginning of the secret path. This is due to the fact that...
we need a way to add additional key value pairs to vault
I am thinking that we can copy current `secrets` value to `secrets_v2` before overriding. That we do a recursive copy. How does that sound? @DamirSvrtan @vedranfurlan
so we can `secrets push production` -> `secrets push -e production -f config/application.production.yml`
Using the token validation method did not work, and returns a ``` undefined method `client_token' for nil ``` error when trying to use it. This PR fixes the token auth...