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 May 26, 2021: Update to point to 1.2 (#1518) (c690379)