ghost icon indicating copy to clipboard operation
ghost copied to clipboard

A simple, server/less, single-api, multi-backend, ghostly secret-store/key-store for your passwords, ssh-keys and cloud credentials. Ghost isn't real, it's just in your head.

Results 30 ghost issues
Sort by recently updated
recently updated
newest added

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