Top "Hashicorp-vault" questions

Vault is a tool developed by HashiCorp for secure secrets management, centralized key management, and simple APIs for data encryption

Using Vault with docker-compose file

Currently I am using docker-compose file to setup my dev/prod environments. I am using environment variables to store secrets, …

docker docker-compose dockerfile hashicorp-vault
"Missing client token" when authenticating with login/pass on Hashicorp Vault

I'm trying to get login/pass authentication working on Vault. When I try the method given in the API documentation …

hashicorp-vault
Vault secrets list permission denied

I can't understand how secrets list works. I have policy with path permission. path "sys/mounts/*" { capabilities = ["create", "read", "update", "…

hashicorp-vault
How to reset or "un-initialize" vault?

I'm trying to automate vault v0.8.0 deployment (vaultproject from Hashicorp) with a consul v0.9.1 backend. Because it is a trial …

consul hashicorp-vault
HASHICORP VAULT: How to read multiple items from a file and write them to Vault

I am able to write values to Vault from a json file : # cat secrets.json { "value": "bGktzwatc" } { "value": "AGktzwatB" } While …

hashicorp-vault
Caused by: java.lang.IllegalArgumentException: Token (spring.cloud.vault.token) must not be empty - Hashicorp Vault

I'm following Vault Configuration example referring from: https://spring.io/guides/gs/vault-config/. When I am executing the code I …

spring hashicorp-vault spring-vault
Hashicorp vault how to list all roles

Is it possible to list all roles stored in a vault backend? I can't seem to find any reference on …

hashicorp-vault
store and retrieve files from hashicorp vault

I can't figure out how to store files in hashicorp vault. Our use case for a PoC is to store …

hashicorp-vault
Hashicorp Vault cli return 403 when trying to use kv

I set up vault backed by a consul cluster. I secured it with https and am trying to use the …

hashicorp-vault
Hashicorp Vault for file storage?

I'm expecting to save a lot of documents of considerable size, from 1M to potentially multiple orders of magnitude larger. …

file-management app-secret hashicorp-vault secret-manager