Skip to content

Commit

Permalink
change vault auth
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirvshivkov committed Nov 15, 2024
1 parent 380f850 commit 43c235d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kustomize/sd3/api/overlays/test/vault-agent.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pid_file = "/home/vault/pidfile"

auto_auth {
method "kubernetes" {
mount_path = "auth/kubernetes_otc_sd"
mount_path = "auth/kubernetes_otcinfra2"
config = {
role = "sd3"
token_path = "/var/run/secrets/tokens/vault-token"
Expand Down
2 changes: 1 addition & 1 deletion kustomize/sd3/frontend/overlays/test/vault-agent.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pid_file = "/home/vault/pidfile"

auto_auth {
method "kubernetes" {
mount_path = "auth/kubernetes_otc_sd"
mount_path = "auth/kubernetes_otcinfra2"
config = {
role = "sd3"
token_path = "/var/run/secrets/tokens/vault-token"
Expand Down

0 comments on commit 43c235d

Please sign in to comment.