Questions tagged [vault]

Questions about Hashicorp's Vault tool for managing secrets

39 questions
0
votes
1 answer

Hashicorp Vault - AWS EKS vs EC2

Is it possible to install a Hashicorp Vault cluster to EC2 only or is EKS required and would there be a big advantage to one over the other?
Robben
  • 33
  • 5
0
votes
1 answer

How to convert configmap to azure keyvault

I have a configmap like below.Which I will link to a config file in our application. apiVersion: v1 kind: ConfigMap metadata: name: database-configmap data: config: | dbport=5432 dcname= dbssl=false locktime=300 domainuser= …
uday
  • 257
  • 2
  • 21
0
votes
0 answers

Deployment not able to spin the hashicorp vault linked containers, how to fix that?

I have followed the steps mentioned in the link Came till the deployment part, last before step. After deployment, the pods status is stuck at creation. kubectl get pods --watch NAME READY STATUS RESTARTS …
uday
  • 257
  • 2
  • 21
0
votes
1 answer

How to use acr secret saved in azure vault for image pull?

With azure vault and csi driver, able to create secrets and access them as single files in container. I followed this approach to create basic secrets. Can accessible the secrets from the container as secret files inside it. But, when I tried to…
uday
  • 257
  • 2
  • 21
0
votes
1 answer

Azure key vault volume not accessible, how to fix that?

I have followed the walkthrough provided in this link And at step 6, I have tried to create a pod with the volume linked to the keyvault. But it is not able to access the volume. kubectl get pods NAME READY …
uday
  • 257
  • 2
  • 21
0
votes
1 answer

Managing Authentication on REST APIs

The scenario is, I want to manage authentication in several REST APIs deployed in different environments. I've been reading about the Vault, and apparently, it has this feature. With Vault is possible that my application only needs to make a request…
Guilherme
  • 103
  • 3
0
votes
1 answer

How to permanently set vault token and url remote server in macos

On Linux I'm setting vault variables to /etc/environment next: export VAULT_URL='https://some-remote-server.org:8200/' export VAULT_TOKEN='SoMeToKeN' But when I'm typeing this in macos, after $> vault status I'm getting Error checking seal status:…
0
votes
1 answer

Azure Retention policy for new servers - will the first backup be retained long term

We have an Azure tenancy with a a backup policy doing Daily(retained 30days), weekly (retained 10 weeks), and Annual (triggered on first SAT in JAN, retained for 7 years). I have just migrated a bunch of servers from another tenancy into ours…
Svend
  • 1
0
votes
1 answer

Vault pod going to crashLoopBackOff state on restarting

We have configured vault to run as a pod in the cluster. In the below deployment YAML file, we have included the vault initialisation and unsealing to happen when the pod comes up initially. But when the pod gets restarted, the pod is going to…
1 2
3