From 026d280d28527dccc3a5faa8d633921400aabdd5 Mon Sep 17 00:00:00 2001 From: OpenShift Cherrypick Robot Date: Tue, 20 Feb 2024 21:22:19 +0100 Subject: [PATCH] Fix authentication feature flag name in configmap (#537) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Christoph Stäbler --- openshift/knative-eventing-encryption-auth.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openshift/knative-eventing-encryption-auth.yaml b/openshift/knative-eventing-encryption-auth.yaml index a31cad66429..618099a2fe1 100644 --- a/openshift/knative-eventing-encryption-auth.yaml +++ b/openshift/knative-eventing-encryption-auth.yaml @@ -2,4 +2,4 @@ spec: config: config-features: transport-encryption: "strict" - authentication.oidc: "enabled" + authentication-oidc: "enabled"