jamesrobson-secondmind
jamesrobson-secondmind
I’d argue you should remove the upper limit on your allowed python versions as this code will work on new versions of python without modification (as demonstrated by #1592). If...
I'm not sure this fix should go in as-is, the decode from base64 is only needed if you put the ssh into vault as a base64 encoded string. That's not...
I'm also interested in this, specifically I was looking at getting all the keys in a secret as JSON the way you can with the CLI tool. Is this something...
The `Vault Secret File` can do this, if you do not set a specific key you will get a file containing the entire secret as json. Although you will probably...
Is this possible without https://github.com/hashicorp/vault/issues/7905 ? At the moment there's no way to indicate what credential type a given vault secret should be, so everything would have to be a...
I was experimenting with this arrangement and there seems to be a potential problem with cli use of poetry. Using https://github.com/adriangb/python-monorepo, if you add pytest as a dev dependency in...
> I’m not sure what error you get, is it because poetry creates a new virtual env in workspaces/lib/.venv and that one doesn’t have pytest? The specific error is ```...