vault
Here are 1,291 public repositories matching this topic...
Consul Template version
consul-template v0.25.0 (99efa64)
Configuration
Config: test.hcl
log_level = debug
template {
contents = "{{ key \"hello\" }}"
destination = "hello.txt"
exec {
command = "cat hello.txt"
}
}
template {
contents = "{{ key \"sleep\" }}"
destination = "sleep.txt"
exec {
command = "sleep 2s"
timeout = "4s"
Integrate external secret management systems with Kubernetes
-
Updated
May 6, 2022 - JavaScript
On lines
https://github.com/rochacbruno/dynaconf/blob/master/dynaconf/validator.py#L202-L205
validators.validate is calling from_env and it makes the variables to be reloaded from source files.
This is not good for testing.
Solution:
- Check if validation is happening on the same current env, then don't reload
- accept argument
reload=Falsethat will cause those lines to pass
Launch a subprocess with environment variables using data from @hashicorp Consul and Vault.
-
Updated
May 13, 2022 - Go
External configuration (server and client) for Spring Cloud
-
Updated
May 19, 2022 - Java
A flexible commandline tool for template rendering. Supports lots of local and remote datasources.
-
Updated
May 16, 2022 - 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
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
New Provider Request
Manage secrets from Mac keychain
Details
- URL: https://support.apple.com/en-il/guide/mac-help/mchlf375f392/mac
- Modes: read+write
- GitHub projects: https://github.com/keybase/go-keychain
Run and manage Vault on Kubernetes simply and securely
-
Updated
Mar 11, 2020 - Go
Container auto-configurations for spring-boot based integration tests
-
Updated
May 18, 2022 - Java
A helm plugin that help manage secrets with Git workflow and store them anywhere
-
Updated
May 19, 2022 - Shell
Perl Multithreaded Multipart sync to Amazon Glacier
-
Updated
Mar 10, 2017 - Perl
First-class support for Consul Service Mesh on Kubernetes
-
Updated
May 21, 2022 - Go
Create Kubernetes secrets from Vault for a secure GitOps based workflow.
-
Updated
Apr 25, 2022 - Go
Run @hashicorp Vault on Google Kubernetes Engine (GKE) with Terraform
-
Updated
Aug 14, 2021 - HCL
Client for HashiCorp's Vault
-
Updated
Apr 24, 2022 - JavaScript
bootstrap HashiCorp Consul, Nomad, or Vault over SSH < 1 minute
-
Updated
May 18, 2022 - Go
Enable enthusiasts and administrators alike to easily provision highly available and production-ready Kubernetes clusters on Proxmox VE.
-
Updated
Oct 17, 2021
In an effort to gather the list of users of argocd-vault-plugin, we are asking that if you are a user of AVP, please add your organization to our users list! https://github.com/IBM/argocd-vault-plugin/blob/main/USERS.md.
This helps us understand where and how AVP is being used so we can continuously improve the project.
Thank you!
Cryptr: a GUI for Hashicorp's Vault
-
Updated
Apr 1, 2022 - HTML
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."


overview
Today, the
RequestRecorderrecords service RPC calls. If those take less than< 0ms, the recorder marks them as0ms.proposal
Make the
RequestRecorderreport theelapsedtime for service calls that take less than< 0msas decimal values, instead of 0.notes
testing
If you take this on, I'd kindly advise to start in a TDD fashion. Write a test