The Wayback Machine - https://web.archive.org/web/20201115142123/https://github.com/topics/vault
Skip to content
#

vault

Here are 917 public repositories matching this topic...

itdaniher
itdaniher commented Oct 16, 2020

Consul Template version

v0.25.1

Expected behavior

Consul-template supports logging to file. Consul-template can be started as a service on Windows, and the resultant messages can be inspected. Consul offers -log-file via stdarg and Nomad offers log_file in the config.

Actual behavior

Consul-template only supports Syslog and stdout/stderr logging mechanisms. Windows d

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

alekskar
alekskar commented Jun 18, 2020

Is your feature request related to a problem? Please describe.
Vault has backends for AWS like dynamo and s3. However to use them you should provide credentials. AWS support 2 solutions to eliminate this. IAM roles for Service Accounts and Instance profile roles.
Due to some unknown reason vault requires more time to start when using dynamic creds than explicit definition keys in s3 block o

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.