Kubernetes secrets

    When Dapr is deployed to a Kubernetes cluster, a secret store with the name is automatically provisioned. This pre-provisioned secret store allows you to use the native Kubernetes secret store with no need to author, deploy or maintain a component configuration file for the secret store and is useful for developers looking to simply access secrets stored natively in a Kubernetes cluster.

    Scoping secret store access

    When limiting access to secrets in your application using secret scopes, it’s important to include the default secret store in the scope definition in order to restrict it.