- Configuration
- Overview of Dapr configuration options
- How-To: Control concurrency and rate limit applications
- How-To: Limit the secrets that can be read from secret stores
- How-To: Apply access control list configuration for service invocation
- How-To: Selectively enable Dapr APIs on the Dapr sidecar
- How-To: Configure Dapr to use gRPC
- How-To: Handle large http header size
- How-To: Handle large http body requests
- How-To: Install certificates in the Dapr sidecar
- How-To: Enable preview features
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 header size
Configure a larger http read buffer size
How-To: Handle large http body requests
Configure http requests that are bigger than 4 MB
How-To: Install certificates in the Dapr sidecar
Configure the Dapr sidecar container to trust certificates
How-To: Enable preview features
How to specify and enable preview features
Last modified October 26, 2020: Migrate to new Dapr docs site (#880) (a234e10f)