vaultaire icon indicating copy to clipboard operation
vaultaire copied to clipboard

Allow setting CEPH_KEYRING from an option rather than an envvar

Open olorin opened this issue 9 years ago • 1 comments

It's unintuitive to require runtime configuration with both CLI options and envvars (particularly as the latter aren't mentioned in the output of vault --help). Work out how to specify the Ceph keyring based on an option to the vault binary (may have to do this for inspect as well?). If there's no better way, we can just call setEnv with the provided value before we pass control to the command daemon.

olorin avatar Feb 19 '15 00:02 olorin

Brilliant @fractalcat I'm glad you took this on.

(may have to do this for inspect as well?)

I daresay, yes.

AfC

istathar avatar Feb 22 '15 22:02 istathar