nir0s
nir0s
For beginners, it would be nice to add example keys in the stash so that they can read them and get a sense of how to put new keys.
Currently, the `conn` value in an ssh type key can only receive a single connection string. It would be nice to allow a user to pass `conn=user@ip1,user@ip2,...` and then host...
It would be nice to show in the docs how fabric could utilize ghost to read keys: ```python import ghost from fabric import run, env stash = ghost.Stash(ghost.Storage(...), ...) env.key...
It would make sense to colorize output for improved readability.
Assume a template `boto.ini`: ``` [Credentials] aws_access_key_id = {{ access }} aws_secret_access_key = {{ secret }} ``` and a key: ``` Description: None Uid: 08ee6102-5668-440f-b583-97a1c7a17e5a Created_At: 2016-09-15 15:10:01 Metadata: None...
Currently, a key will be overridden if a `put --modify` command was executed on it. Allowing to create a new version of the key, which will become the default key...
Both the Consul and Vault (and later Elasticsearch, etc..) storage backends can receive additional configuration options currently not exposed via the CLI. The API comfortably exposes those options. Creating a...