dapr / docs

Dapr user documentation, used to build docs.dapr.io
https://docs.dapr.io
Creative Commons Attribution 4.0 International
987 stars 715 forks source link

Make it clear that Application Id Scopes and Namespaces apply to all Dapr resources #4117

Open msfussell opened 2 months ago

msfussell commented 2 months ago

It should be made clear that all resources today can be namespaced and all resources other than configuration can be scoped to a set of application IDs. These are the resources https://docs.dapr.io/reference/resource-specs/ and I suggest that this is pulled into each of the articles for each resource.

Configurations are different from other resources because there's only a 1:n relationship between an app and a configuration (an app can only have one configuration) so the app is scoping them by selecting the configuration explicitly

hhunter-ms commented 1 week ago

Note: say at the top of each resource spec that "any component/subscription/etc can be restricted to a particular namespace and also restricted access through scopes to any particular set of applications", except for Configurations spec

Also make sure namespace and scope properties are consistent between each spec.