Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
0 answers
22 views

I need a function app that will syncronize a key vault in west us 3 to a key vault in eastus. Im willing to pay. I'm deploying aks in westus3, east us will be our passive environment for aks, I know I ...
Just a guy's user avatar
1 vote
0 answers
63 views

An encrypted license file which I'm storing as an JSON object in my DB. I want to store it in azure key vault for security reasons. Is it possible to store it in azure key vault using POST route and ...
Ishwar R's user avatar
0 votes
0 answers
70 views

I have a spring boot microservices demo. My vault instance is running in Docker in Google Cloud VM. Dependency in config server pom.xml: <dependency> <groupId>org.springframework.cloud&...
Sercan Noyan Germiyanoğlu's user avatar
-1 votes
2 answers
262 views

I am working on a Python sample code for the first time. This is about how to retrieve secrets from Hashicorp Vault secrets manager API; hvac.client.secrets.kv.v2, my code is as follows: # 1. Setup ...
Ana's user avatar
  • 1
0 votes
0 answers
60 views

I want to know how to use jenkins plugins to list all of ly jenkins credentails with SystemCredentialsProvider I used : def credsStore = jenkinsInstance.getExtensionList('com.cloudbees.plugins....
noopi's user avatar
  • 1
0 votes
1 answer
98 views

I have configured delivery of secrets from Valt to kubernetes cluster. configured via CSI with creation of SecretProviderClass. secret put in volume: ... volumeMounts: - name: secrets-store-...
komito's user avatar
  • 23
0 votes
2 answers
207 views

I'm trying to use Vault CSI Provider to get secrets and HCP Vault Made the following policy and role on terraform: resource "vault_policy" "n8n" { name = "n8n" ...
Антон Челышков's user avatar
0 votes
0 answers
109 views

I have a java app that populates a class's member variables with values that are saved in vault by injecting an instance of the class into the service rather than explicitly calling the class's ...
Tim's user avatar
  • 867
2 votes
1 answer
100 views

I have a problem with the Spring Boot Config Server. Here is my pom.xml <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent<...
Marcin's user avatar
  • 21
0 votes
2 answers
54 views

application.yml: spring: application: name: MyService profiles: active: dev cloud: vault: enabled: true namespace: ${VAULT_NAMESPACE} uri: https://vault.my.org ...
Mumzee's user avatar
  • 818
0 votes
0 answers
144 views

I am facing an issue on vault integrated with keycloak, when i a try to use a role to sign in it appears that there is a misbehavior / bug, the last character of the role id is missing in the payload ...
Wilkinson Jon's user avatar
0 votes
1 answer
838 views

I am unable to upload a specific .pem certificate to Azure Key Vault. Error: "The specified PEM X.509 certificate content is in an unexpected format. Please check if certificate is in valid PEM ...
Joby's user avatar
  • 1
0 votes
0 answers
171 views

I wanto to get secret Vault from my Gitlab CI, but I need before to enable jwt auth. So I follow this documentation https://docs.gitlab.com/ee/ci/secrets/#configure-your-vault-server vault auth enable ...
locklockm777's user avatar
0 votes
0 answers
21 views

I am on an NPM application using Svelte and I am looking to develop a server-side API to list the available paths of my Vault HashiCorp instance. By making simple calls with fetch on the Vault REST ...
bobHihi's user avatar
  • 53
0 votes
2 answers
200 views

We're trying to use Azure Key Value private key to sign BouncyCastle generated signed attributes (embeds PDF hashable content digest) for a PDF document to allow for PDF signing. However, the signing ...
Mr. Y's user avatar
  • 13
-1 votes
1 answer
140 views

I trying to generate certs uisng vault pki role. How can i create a single file called ca.crt from the wget command output. $ wget --method=POST --header="X-Vault-Namespace: ns" --header=&...
Raghavendra's user avatar
0 votes
1 answer
330 views

I have gone through documentation of hashicorp vault agent annotations and am not able to clearly understand the significance of vault-agent-status annotation? Does it mean that if the value "...
codeLover's user avatar
  • 2,592
0 votes
1 answer
548 views

I'm using Hashicorp plugin to get secrets from Vault but without success. I have looked through all similar questions here and also in Internet but still haven't solved my issue. I copied code from ...
IgorPiven's user avatar
0 votes
1 answer
108 views

I am using the Vault CSI Provider with EKS to load secrets stored in Vault KV into my deployment as a JSON file. Here are the relevant configurations: SecretProviderClass configuration: apiVersion: ...
character's user avatar
  • 309
1 vote
0 answers
98 views

I have a Kubernetes CronJob for renewing vault tokens. And I am facing an error running this CronJob. This is the log from the pod: Error from server (Forbidden): pods "vault-0" is forbidden:...
poisoned_monkey's user avatar
0 votes
1 answer
80 views

Context On my personal WSL I created a new token for our Vault instance with the appropriate policy and was able to retrieve secrets from there. However, for some reason any attempt to use vault to ...
rook's user avatar
  • 29
2 votes
1 answer
173 views

I can't configure spring.cloud.vault to re-authenticate the application when the token expire. I use Kubernetes Authentication with service token, bun in the SessionManager class I find the batch ...
Daniil Baev's user avatar
1 vote
1 answer
176 views

I would like your help to understand a scenario when using Vault's agent-inject in a deployment. Basically, I configured Vault in a Minikube cluster following this tutorial and then created the ...
Leomar de Souza's user avatar
1 vote
1 answer
111 views

I have values.yaml cronjob.yaml files values.yaml annotiations1: vault.hashicorp.com/agent-inject-secret:'value1' vault.hashicorp.com/agent-inject-status:'value2' annotiations2: vault.hashicorp.com/...
Mateusz's user avatar
  • 11
-1 votes
2 answers
588 views

I am using vault and the gcp engine to get access tokens for a service account (token based RoleSet). I am trying to use the received token to call a cloud function (with authentication). However ...
Shane's user avatar
  • 441

1
2 3 4 5
8