mirror of https://github.com/knative/docs.git
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 <sjakusch@redhat.com>
This commit is contained in:
parent
8e4699820a
commit
27b5ff92f7
|
@ -411,7 +411,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
|
||||
|
|
Loading…
Reference in New Issue