mirror of https://github.com/dapr/docs.git
Update daprdocs/content/en/developing-applications/building-blocks/pubsub/pubsub-scopes.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com> Signed-off-by: kovalromank <romankoval10@gmail.com>
This commit is contained in:
parent
2a418ed7fe
commit
f05808af11
|
|
@ -181,7 +181,7 @@ spec:
|
||||||
value: "app1=A,B;app2=B"
|
value: "app1=A,B;app2=B"
|
||||||
```
|
```
|
||||||
|
|
||||||
> Note that topics A and B are marked as protected. As a result, even though app3 is not listed under `publishingScopes` or `subscriptionScopes` it cannot interact with these topics.
|
In the example above, topics A and B are marked as protected. As a result, even though `app3` is not listed under `publishingScopes` or `subscriptionScopes`, it cannot interact with these topics.
|
||||||
|
|
||||||
The table below shows which application is allowed to publish into the topics:
|
The table below shows which application is allowed to publish into the topics:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue