Skip to content

Commit eef25ca

Browse files
fix: change OIDC disabled to enabled (#6397)
The `allow-same-namespace` is only used when OIDC is kept enabled and no `EventPolicy` is active. Signed-off-by: Stanislav Jakuschevskij <[email protected]> Co-authored-by: Stanislav Jakuschevskij <[email protected]>
1 parent 5475506 commit eef25ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/eventing/features/authorization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ Data,
404404
{"message": "Hi from pingsource-2 from namespace-2"}
405405
```
406406

407-
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`:
407+
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`:
408408

409409
```
410410
$ kubectl -n namespace-1 delete eventpolicy event-policy

0 commit comments

Comments
 (0)