The documentation you are viewing is for Dapr v1.0 which is an older version of Dapr. For up-to-date documentation, see the latest version.
Kubernetes secrets
Detailed information on the Kubernetes secret store component
Summary
Kubernetes has a built-in secrets store which Dapr components can use to retrieve secrets from. No special configuration is needed to setup the Kubernetes secrets store, and you are able to retrieve secrets from the http://localhost:3500/v1.0/secrets/kubernetes/[my-secret]
URL. See this guide on referencing secrets to retrieve and use the secret with Dapr components.
Related links
- Secrets building block
- How-To: Retrieve a secret
- How-To: Reference secrets in Dapr components
- Secrets API reference
Last modified February 4, 2022: Merge pull request #2131 from newbe36524/v1.0 (5a821a6)