Jonathan Freedman

Results 22 issues of 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` ```...

bug
system backend

Are you willing to accept a PR for adding `post-stop` support to the upstart? If so, I'll get right on that 💖

![](https://img.memecdn.com/bump-seal_o_716867.gif)

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

bug

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

enhancement

It doesn't need any special permissions, this should be straight forward to actually do. It can probably even run as `nobody`.

bug

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

enhancement
good first issue