nir0s

Results 30 issues of nir0s
trafficstars

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.

enhancement

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

enhancement

It would make sense to colorize output for improved readability.

enhancement

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

enhancement

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

enhancement

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

enhancement