vault
Here are 871 public repositories matching this topic...
Manage your dotfiles across multiple machines, securely.
-
Updated
Sep 8, 2020 - Go
External configuration (server and client) for Spring Cloud
-
Updated
Sep 16, 2020 - Java
Launch a subprocess with environment variables using data from @hashicorp Consul and Vault.
-
Updated
Aug 19, 2020 - Go
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
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-
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
A flexible commandline tool for template rendering. Supports lots of local and remote datasources.
-
Updated
Sep 12, 2020 - Go
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
Run and manage Vault on Kubernetes simply and securely
-
Updated
Mar 11, 2020 - Go
Composable, observable and performant config handling for Go for the distributed processing era
-
Updated
Sep 8, 2020 - Go
Perl Multithreaded Multipart sync to Amazon Glacier
-
Updated
Mar 10, 2017 - Perl
Run @hashicorp Vault on Google Kubernetes Engine (GKE) with Terraform
-
Updated
Sep 4, 2020 - HCL
Container auto-configurations for spring-boot based integration tests
-
Updated
Sep 16, 2020 - Java
Client for HashiCorp's Vault
-
Updated
Aug 3, 2020 - JavaScript
ansible lookup plugin for secrets stored in Vault(by HashiCorp)
-
Updated
Apr 6, 2018 - Python
Simplified secrets management solution
-
Updated
Sep 16, 2020 - Java
Cryptr: a GUI for Hashicorp's Vault
-
Updated
Feb 4, 2020 - HTML
Simple to use, simple to deploy, one time self destruct messaging service, with hashicorp vault as a backend
-
Updated
Aug 19, 2020 - Go
secure interactive password manager with xchacha20poly1305, argon2id, and Go
-
Updated
Feb 18, 2019 - Go
Enable enthusiasts and administrators alike to easily provision highly available and production-ready Kubernetes clusters on Proxmox VE.
-
Updated
Sep 1, 2020
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."


We were using CGO with our ARM builds due to this bug... golang/go#32912
Which was fixed in go1.14. So we can remove this workaround.
The workaround was initially implemented here.. hashicorp/consul-template@d1e1dad
Just need to remove the special cases for ARM.