Manage Dapr configuration

How to set your Dapr configuration and manage your deployment


Overview of Dapr configuration options

Information on Dapr configuration and how to set options for your application

How-To: Control concurrency and rate limit applications

Control how many requests and events will invoke your application simultaneously

How-To: Limit the secrets that can be read from secret stores

To limit the secrets to which the Dapr application has access, users can define secret scopes by augmenting existing configuration CRD with restrictive permissions.

How-To: Apply access control list configuration for service invocation

Restrict what operations calling applications can perform, via service invocation, on the called application

How-To: Configure Dapr to use gRPC

How to configure Dapr to use gRPC for low-latency, high performance scenarios

How-To: Handle large http body requests

Configure http requests that are bigger than 4 MB

Last modified May 26, 2021: Update to point to 1.2 (#1518) (c690379)