From 8302bb2e47b8aed5fe74b8054667aa465c96ca8d Mon Sep 17 00:00:00 2001 From: dvirlabs <114520947+dvirlabs@users.noreply.github.com> Date: Fri, 16 May 2025 14:58:11 +0300 Subject: [PATCH] fix role --- manifests/vault/oidc-job.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/vault/oidc-job.yaml b/manifests/vault/oidc-job.yaml index 0319e24..05dcce0 100644 --- a/manifests/vault/oidc-job.yaml +++ b/manifests/vault/oidc-job.yaml @@ -35,7 +35,7 @@ spec: } EOF - vault write auth/oidc/role/vault-role \ + vault write auth/oidc/role/default \ bound_audiences="vault" \ allowed_redirect_uris="https://vault.dvirlabs.com/ui/vault/auth/oidc/oidc/callback" \ user_claim="preferred_username" \