cf-vault icon indicating copy to clipboard operation
cf-vault copied to clipboard

Manage your Cloudflare credentials, securely

Results 7 cf-vault issues
Sort by recently updated
recently updated
newest added

After upgrading to `cf-vault` 0.0.12+, I've been unable to run `cf-vault exec` using credentials saved to my keychain. To test the theory that this was connected to versions, I've run...

[XDG base directory standard](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html) is gaining traction amongst tooling and operating systems so it would be great to support it in `cf-vault` too.

Sometimes we want to use `cf-vault` programmatically or in automation and the processes can't handle the interactive steps. To allow using it in this fashion, we can expose the options...

It would be handy to have a source profile (such as the ability to create API tokens) which could be shared to other profiles without duplicating the credentials. Right now,...

Some simple options to pass to `--profile-template` to allow restriction on resources.

One use case for this tool is to be able to run a one off command referencing the variables. ``` cf-vault exec test -v -- curl -sv -H "X-Auth-Key: $CLOUDFLARE_API_KEY"...

bug

By default, `cf-vault` uses a dedicated keychain however some people would like to use an existing one such as `login`. This should be configurable with the default falling back to...

enhancement