hashicorp-vault Questions

4

Solved

I set up vault backed by a consul cluster. I secured it with https and am trying to use the cli on a separate machine to get and set secrets in the kv engine. I am using version 1.0.2 of both the C...
Handtomouth asked 22/1, 2019 at 16:9

5

Solved

Have successfully implemented Vault with Kubernetes and applications running in K8s are getting their environment variables from Hashicorp vault. Everything is great! But, want to take a step forwa...
Falsify asked 29/8, 2019 at 16:3

8

I'm trying to install Sonarqube in Kubernetes environment which needs PostgresSQL. I'm using an external Postgres instance and I have the credentials kv secret set in Vault. SonarQube helm chart cr...

3

Currently I am using docker-compose file to setup my dev/prod environments. I am using environment variables to store secrets, database credentials etc. After some search, I found out that Vault ca...
Lumen asked 18/7, 2017 at 15:45

3

Solved

Is it possible to list all roles stored in a vault backend? I can't seem to find any reference on how to do so. From the documentation, it seems possible to list a role given the role name, throug...
Lesser asked 26/3, 2020 at 14:21

3

Solved

I am starting to use Apache Airflow and I am wondering how to effectively make it use secrets and passwords stored in Vault. Unfortunately, search does not return meaningful answers beyond a yet-to...
Confirm asked 28/10, 2019 at 14:57

2

Solved

I was trying to enable kv secret engine at secret path in my vault setup.. I can easily do it using CLI vault secrets enable -path=secret kv But I have to make it work using Vault's HTTP APIs. I h...
Chanson asked 31/7, 2020 at 7:54

3

I am wondering if it's possible to store credentials like passwords, tokens and keys safely in my GitLab project. Currently there are a bunch of Java files with some passwords stored in it for tes...

4

So terraform generates a bunch of the output I'm interested in. How can pipe those values to environment variables or something such that my script will be able to pick them up after someone runs t...
Dolhenty asked 15/12, 2020 at 23:33

1

I am currently exploring ECS using Fargate to deploy some services on it as it guarantees 99.99% availability and also you don't have to managed the instances. I want to deploy secret management se...

3

I'm having big trouble running Vault in docker-compose. My requirements are : running as deamon (so restarting when I restart my Mac) secret being persisted between container restart no human in...
Syncarpous asked 27/12, 2019 at 19:14

6

Solved

When I put the first key/value pair to Vault: vault write secret/item/33 item_name='item_name' It works well and I get: vault read secret/item/33 Key Value --- ----- refresh_interval 768h0m0s...
Maquette asked 22/3, 2017 at 14:26

5

Solved

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 and error process I need to run "vault init" a couple of times (unt...
Grievance asked 10/8, 2017 at 4:48

2

Solved

Why does Vault by HashiCorp require the ipc_lock capability to be enabled?
Agglomerate asked 25/4, 2018 at 20:45

4

Solved

I am trying to use the Vault Golang Package to authenticate using the API. I created a new client, and then can set my token: client, err := api.NewClient(&api.Config{Address: vaultAddr, Http...
Leighleigha asked 28/2, 2017 at 18:8

1

I am confused about the use case where HashiCorp Vault is used to provide database secrets dynamically for Spring Boot. Lets say you have two microservices: one containing the application logic and...
Timetable asked 27/10, 2022 at 10:36

4

Solved

We have installed and configured Hashicorp Vault AppRole authentication for one server, by storing the role_id and secret_id in a local file on the server, and we're able to have code on the server...
Neeley asked 21/8, 2019 at 12:57

2

Solved

Using the non-dev vault server, I went ahead and used “Enable new engine” in the UI for kv version 1 and created a secret. As a test, I am using a token with root permissions to attempt the followi...
Geognosy asked 24/7, 2020 at 6:24

3

I am using a vault server with consul as a storage backend and trying to fetch a password value using vault provider in terraform. But it doesn't fetch its value. I stored my secrets at location se...
Brueghel asked 15/11, 2017 at 13:53

2

I have recently started using Vault for storing my api keys and secrets. I am trying to configure it to use HTTPS using ssl certificates and I believe I have done all the steps. But when i try to l...
Bedside asked 5/11, 2020 at 12:29

3

Is this a hashicorp vault policy so that it allows access to any resource and path within vault? I'm looking to enable an admin policy without granting root token access to anyone for obvious secur...
Joellenjoelly asked 21/8, 2020 at 3:35

4

I can't figure out how to store files in hashicorp vault. Our use case for a PoC is to store a SSL cert at a certain path and then download it via the HTTP API. I tried using the kv secrets engine...
Albigenses asked 10/12, 2018 at 16:51

3

I installed vault locally and started, unsealed, and initialized the vault and added some secrets. After rebooting, I am unable to use the keys to unseal the vault. The first two unseal keys are ac...
Rarefy asked 13/6, 2020 at 2:53

4

Solved

If a Go repository has a go.mod file in its root but also in a sub folder, how are versions of the submodule released? By way of example, My team have been working with vault on our internal cli t...
Deadradeadweight asked 9/3, 2020 at 12:54

2

Solved

I'm trying to access HashiCorp Vault KV with "node-vault" but keep getting "statusCode: 404" I'm following the example of node-vault https://github.com/kr1sp1n/node-vault 1) I'm running vault_1.1...
Weathercock asked 14/7, 2019 at 11:2

© 2022 - 2025 — McMap. All rights reserved.