From 4d47e2c693542404e3ef71acbf7198914dbd5225 Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Wed, 24 Dec 2025 20:16:33 -0300 Subject: [PATCH] vault: revert ui default auth block (not supported) --- services/vault/configmap.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/services/vault/configmap.yaml b/services/vault/configmap.yaml index 56beb4b..d4ffdb5 100644 --- a/services/vault/configmap.yaml +++ b/services/vault/configmap.yaml @@ -9,9 +9,6 @@ data: ui = true cluster_name = "vault-k8s" disable_mlock = true - ui { - default_auth_method = "oidc" - } listener "tcp" { address = "0.0.0.0:8200"