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

Configuration (配置)


Dapr 配置选项概述

关于 Dapr 配置以及如何设置应用程序选项的信息

如何:控制并发和限流

控制同时又多少个请求和实现可以同时调用你的应用

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.

如何:将访问控制列表配置应用于服务调用

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

指南:配置 Dapr 来使用 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