The documentation you are viewing is for Dapr v1.8 which is an older version of Dapr. For up-to-date documentation, see the latest version.
本地环境变量(用于开发)
详细介绍了关于本地变量密钥仓库组件的信息
这个Dapr密钥仓库组件不使用身份认证,而是使用本地定义的环境变量。
Warning
这种密钥管理的方法不建议用于生产环境。配置
要设置本地环境变量密钥存储,请创建一个类型为secretstores.local.env
的组件。 在你的./components
目录下创建一个包含以下内容的文件:
apiVersion: dapr.io/v1alpha1
kind: Component
metadata:
name: envvar-secret-store
namespace: default
spec:
type: secretstores.local.env
version: v1
metadata:
相关链接
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.