Skip to content

Commit c799f99

Browse files
authored
fix: change OIDC disabled to enabled (#6396)
The `allow-same-namespace` is only used when OIDC is kept enabled and no `EventPolicy` is active. Signed-off-by: Stanislav Jakuschevskij <sjakusch@redhat.com>
1 parent 8e46998 commit c799f99

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/eventing/features/authorization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ Data,
411411
{"message": "Hi from pingsource-2 from namespace-2"}
412412
```
413413

414-
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`:
414+
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`:
415415

416416
```
417417
$ kubectl -n namespace-1 delete eventpolicy event-policy

0 commit comments

Comments
 (0)