diff --git a/docs/eventing/features/authorization.md b/docs/eventing/features/authorization.md index d3e309b1c4..a916d2b1ad 100644 --- a/docs/eventing/features/authorization.md +++ b/docs/eventing/features/authorization.md @@ -209,6 +209,8 @@ If a request does not pass any applicable `EventPolicy`, it will be rejected wit In the following, we give a full example how to configure authorization for resources. In this example, we want to protect a Broker (`broker`) in `namespace-1` by only allowing requests from a PingSource (`pingsource-2`) which is in a different namespace (`namespace-2`). +![Example Overview](./images/authz-example.png) + First we create the Namespaces, Broker and PingSources: ```yaml diff --git a/docs/eventing/features/images/authz-example.png b/docs/eventing/features/images/authz-example.png new file mode 100644 index 0000000000..b24abc6524 Binary files /dev/null and b/docs/eventing/features/images/authz-example.png differ