Dmitry

Results 5 issues of Dmitry

seems like only basic auth supported. It would be nice to have a more robust [token-based auth](https://github.com/docker/distribution/blob/master/docs/spec/auth/token.md) support

Use case: We store all of our secrets in Hashicorp Vault. And that is true for the SSL pem It would be nice to support a "content" parameter for the...

enhancement
help wanted

There is a cewl `--jsonpath` parameter. It can almost always substitute use of `jq` tool especially when you need to get one value. It cant pretty print, though it worth...

i use docker for windows with k8s enabled. and my shell is PowerShell. The symlinks used in repository doesnt work - they are presented as a usual files with the...

Using vault 1.1.3 Having a **K/V 2** keys configured in TeamCity properties as: prop1: %vault:kv/data/creds!/user1% prop2: %vault:kv/data/creds!/vasya.p% The value of prop1 extracts OK The value of prop2 (wich contains dot...