Patrick Winter

Results 8 issues of Patrick Winter

When working with multiline strings, re requires extra flags in order to interpret new line characters differently. e.g. https://docs.python.org/3/library/re.html#re.M With this change you can optionally pass re flags when initalizing...

With the more recent Vault releases, a version 2 of the key/value backend has been introduced. This new version has a different URL scheme, which is not compatible with the...

* Migrate existing CRUD commands * [ ] cp * [x] edit * [ ] insert * [ ] ls * [ ] mv * [ ] rm * [...

Currently comments are limited to k/v pairs: ``` # URL: https://someloginurl.tld user1: value user0: value ``` that show up like this, because the output is alphabetically sorted by the key:...

enhancement

The bash completion gets slower the more secrets are stored in Vault.

enhancement

The latest version of vault-client should always be available as `.deb`-package on our aptly server. * https://aptly.adfinis-sygroup.ch/adsy-public/debian/pool/main/v/

First of all, thanks for this amazing package :pray: , I use it in all of my projects when I need to benchmark a piece of code. Sometimes benchmarks have...