secrets_cli icon indicating copy to clipboard operation
secrets_cli copied to clipboard

CLI for storing and reading your secrets via vault

Results 8 secrets_cli issues
Sort by recently updated
recently updated
newest added

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...

enhancement
Needs a PR

we need a way to add additional key value pairs to vault

enhancement

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

enhancement

so we can `secrets push production` -> `secrets push -e production -f config/application.production.yml`

enhancement

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...