The documentation you are viewing is for Dapr v1.4 which is an older version of Dapr. For up-to-date documentation, see the latest version.

Configuration


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: Selectively enable Dapr APIs on the Dapr sidecar

Choose which Dapr sidecar APIs are available to the app

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

How-To: Enable preview features

How to specify and enable preview features


Last modified July 12, 2022 : update nav bar for v1.4 (#2641) (2db803e)