Manage Dapr configuration
How to set your Dapr configuration and manage your deployment
Information on Dapr configuration and how to set options for your application
Control how many requests and events will invoke your application simultaneously
To limit the secrets to which the Dapr application has access, users can define secret scopes by augmenting existing configuration CRD with restrictive permissions.
Restrict what operations calling applications can perform, via service invocation, on the called application
How to configure Dapr to use gRPC for low-latency, high performance scenarios
Last modified February 16, 2021: Merge pull request #1235 from dapr/update-v0.11 (b4e9fbb)