From 510386ae04f82b6a52d3554adbf660c3109482ae Mon Sep 17 00:00:00 2001 From: Stanislav Jakuschevskij Date: Thu, 18 Sep 2025 11:38:40 +0200 Subject: [PATCH] fix: change OIDC disabled to enabled The `allow-same-namespace` is only used when OIDC is kept enabled and no `EventPolicy` is active. Signed-off-by: Stanislav Jakuschevskij --- docs/eventing/features/authorization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/eventing/features/authorization.md b/docs/eventing/features/authorization.md index 8ef20325e20..41b6f6363c5 100644 --- a/docs/eventing/features/authorization.md +++ b/docs/eventing/features/authorization.md @@ -404,7 +404,7 @@ Data, {"message": "Hi from pingsource-2 from namespace-2"} ``` -When we remove now the EventPolicy again and keep OIDC disabled, the Broker will fall back to the default authorization mode, which is `allow-same-namespace`: +When we remove now the EventPolicy again and keep OIDC enabled, the Broker will fall back to the default authorization mode, which is `allow-same-namespace`: ``` $ kubectl -n namespace-1 delete eventpolicy event-policy