Jonathan Freedman
Jonathan Freedman
Currently we enable extra modules by specifying the full string that is passed to `configure`. It would be much cleaner to specify them by a simple bool. As part of...
Discovered this trying to query the [`sys/capabilities`](https://www.vaultproject.io/api/system/capabilities.html) endpoint, which takes both `path` and `token` as it's required arguments. We may wish to use something that isn't `**kwargs` in `Client.write` ```...
Are you willing to accept a PR for adding `post-stop` support to the upstart? If so, I'll get right on that 💖

As of right now there are a bunch of hardcoded `Resource.path == cubbyhole` kinda statements. Should switch to having the default cubbyhole always be detected and handled, but other cubbyholes...
``` Connected to https://REDACTED:8200 as REDACTED, v0.7.0 generic backend already mounted on REDACTED Ad-Hoc mount with Generic VarFile REDACTED/ALSO_REDACTED. Please specify explicit mountpoints. ``` Confirmed that `REDACTED` shows up as...
`aomi` does have some minimal permission requirements, namely being able to view mounts, and ideally create it's operational tokens. this should be documented in a clear way, with sample policies....
Right now the docker container is pushed by `scripts/container`. We should probably have it as a travis `deploy` target to reduce complexity...
It doesn't need any special permissions, this should be straight forward to actually do. It can probably even run as `nobody`.
There are some cases in which it would be nice to specify the policies used by the operational token. The default is to use whatever policies the requesting token has...