vault
Here are 1,106 public repositories matching this topic...
Describe the solution you'd like
Current op command has a get item with --fields flag which makes it a lot simpler to extract values from details or section fields.
The output function can be used with this:
{{- output "op" "get" "item" "some-id" "--fields" "some-field" }}
But it might be nicer to have a built-in onepassworditemFields function (or something)
While reviewing our application logs, I have noticed a line that looked like this (redacted for obvious reasons).
{"level":50,"time":1605105915359,"pid":17,"hostname":"platform-kubernetes-external-secrets-578c5b47f4-gh4db","stack":"TypeError: Cannot use 'in' operator to search for 'DATABASE_PORT' in DATABASE_HOST=<redacted> DATABASE_PORT=3306 DATABASE_USER=<redacted> DATABASE_PASSWORD=<red
-
Updated
Aug 12, 2021 - Python
-
Updated
Aug 16, 2021 - Java
-
Updated
Jun 9, 2021 - Go
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
Aug 15, 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
Jul 30, 2021 - Go
-
Updated
Mar 11, 2020 - Go
-
Updated
Oct 28, 2020 - Go
-
Updated
Mar 10, 2017 - Perl
-
Updated
Aug 16, 2021 - Java
-
Updated
Aug 14, 2021 - HCL
-
Updated
Aug 10, 2021 - JavaScript
-
Updated
Jun 27, 2021 - Go
-
Updated
Apr 5, 2021
-
Updated
Mar 30, 2021 - HTML
-
Updated
Apr 6, 2018 - Python
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