Skip to content
#

vault

Here are 871 public repositories matching this topic...

dynaconf
dmfigol
dmfigol commented Jan 22, 2019

Hi,
thank you for the library. It really improved the way I approach configuration files.
Finally I have types and proper sections.
What I am missing is schema: I would love to be able to enforce that some parameters are obligatory, their type and provide a description, also raise an exception if there is some unknown parameter is configured.
I think I could use something like marshmallow

bonifaido
bonifaido commented Mar 25, 2020

Is your feature request related to a problem? Please describe.
Investigate github.com/google/go-containerregistry to replace the heroku/docker-registry-client which seems to be unmaintained.

Describe the solution you'd like
Check the go-containerregistry library and see if it fits our needs.

Describe alternatives you've considered
We already use a forked version of the docker-

DirtyCajunRice
DirtyCajunRice commented Jul 15, 2020

I am on 4.2.0, and i get cannot get a v2 secret with 1 or 2 set for this. Both give the same error

{"level":50,"time":1594786938370,"pid":17,"hostname":"external-secrets-do-kubernetes-external-secrets-7bcb5d65fb4qdn4","response":{"statusCode":404,"body":{"request_id":"670b25b7-36ef-8888-d214-05a09271b72e","lease_id":"","renewable":false,"lease_duration":0,"data":null,"wrap_info":null,"warnin
wrouesnel
wrouesnel commented Nov 25, 2016

When specifying a vault URL, it should be possible to request round-robin discovery if the first returned vault is still sealed.

i.e.

http://vault.example.org might resolve to several addresses 10.11.11.2,10.11.11.4,10.11.11.5,10.11.11.6,10.11.11.7.

Currently if the client gets handed 1 address by DNS and it happens to be sealed, an exception is thrown. It would be convenient if the c

mzfr
mzfr commented Jun 15, 2019

Currently pressing ctrl+c while scans are going on we get a big traceback.
It would be nice if we can handle that traceback and print something nice like Canceled by the user or something similar.

Read this to understand how to do it properly.

Improve this page

Add a description, image, and links to the vault topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the vault topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.