Joachim Jablon

Results 391 comments of Joachim Jablon

Hm, just a hunch... Why do you have `wait=False` in `run_worker` ? Have you tried removing this and see if it works ?

@alucab1 Hey :) Is this still an issue ?

when logging inside an except handler, it's often useful to include [`exc_info=True`](https://docs.python.org/3/library/logging.html#logging.debug).

Soooo I think that one of the few things we should do is model the "Secret not found" in a better way. This would change the api, though, but if...

You're right, it's currently unsupported. Are you interested in making a contribution ? I'd be happy to help :)

actually, we can introspect the current token, this might be easier to do. (well, nothing beats a real test but...)

There's now `vault lookup-token`, we could add a `--policy` that would also fetch policy definitions.

Hello, and thanks for your report ! I think v2 has not been supported yet. It might be an excellent idea to do so, maybe through a configuration parameter. Would...

> So, if I am not wrong, this tool is currently designed to work with version 1 of kv secrets engine. Not other secrets engines, not version 2 of kv....

yep, without `--yaml` in `set`, input is always assumed to be a string. Maybe we should make it clearer in the docs ?