vault
Here are 1,155 public repositories matching this topic...
I wanted to suggest this because I just started using this thing to document my own charts: https://github.com/norwoodj/helm-docs
Its trivial to use, just install the tool, use its comment syntax in your Chart.yaml and values.yaml and your done! You can customize it, but so far I haven't needed to use my own templating for it, just let it read the chart.yaml and values.yaml. It has examples in
[RFC] A better logo?
A better logo?
what do I want on a logo:
- Few colors (max 2 or 3)
- Good to use as an icon
- Identity (connects with config, settings, adjustment)
logos live here: https://github.com/rochacbruno/dynaconf/tree/master/docs/img (used by documentation builds)
Full logo on top of the docs and readme (I personally don't like this one)
-
Updated
Oct 15, 2021 - Go
-
Updated
Oct 22, 2021 - Java
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
-
Updated
Oct 23, 2021 - Go
-
Updated
Aug 24, 2021 - Go
So there is currently an hvac.v1.Client.sys.list_mounted_secrets_engines() method.
However, for obvious reasons this will fail as it will attempt to list all mounted secrets engines (as it calls /v1/sys/mounts).
The web UI, however, shows what mounts the current token has access to.
While poking around the live API documentation the other day (`VAULT_BASE_URI/ui/vault/api-explorer
-
Updated
Mar 11, 2020 - Go
-
Updated
Oct 28, 2020 - Go
-
Updated
Oct 18, 2021 - Java
-
Updated
Mar 10, 2017 - Perl
-
Updated
Aug 14, 2021 - HCL
-
Updated
Aug 10, 2021 - JavaScript
-
Updated
Oct 6, 2021 - Go
-
Updated
Oct 17, 2021 - Shell
-
Updated
Oct 17, 2021
-
Updated
Oct 14, 2021 - HTML
-
Updated
Sep 29, 2021 - Go
Improve this page
Add a description, image, and links to the vault topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the vault topic, visit your repo's landing page and select "manage topics."
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-filevia stdarg and Nomad offerslog_filein the config.Actual behavior
Consul-template only supports Syslog and stdout/stderr logging mechanisms. Windows d