mirror of https://github.com/dapr/docs.git
Update README.md
This commit is contained in:
parent
e54bb3ffa2
commit
ed6841dec9
|
@ -1,7 +1,7 @@
|
|||
# Dapr Secrets Management
|
||||
|
||||
Dapr offers developers a consistent way to extract application secrets, without needing to know the specifics of the secret store being used.
|
||||
Secret stores are components in Dapr. Dapr allows users to write new secret stores implementations that can be used both to hold secrets for other Dapr components (for example secrets used by a state store to read/write state) as well as serving the application with a dedicated secret API. Using the secrets API, you can easily read secrets that can be used by the application from the a named secrets store.
|
||||
Secret stores are components in Dapr. Dapr allows users to write new secret stores component implementations that can be used both to hold secrets for other Dapr components (for example secrets used by a state store components to read/write state) as well as serving the application with a dedicated secret building block API. Using the secrets building block API, you can easily read secrets that can be used by the application from the a named secrets store.
|
||||
|
||||
Some examples for secret stores include `Kubernetes`, `Hashicorp Vault`, `Azure KeyVault`. See [secret stores](https://github.com/dapr/components-contrib/tree/master/secretstores)
|
||||
|
||||
|
@ -11,4 +11,4 @@ Instead of including credentials within a Dapr component, you can place the cred
|
|||
|
||||
## Retrieving Secrets
|
||||
|
||||
Service code can call the secrets API to retrieve secrets out of the Dapr supported secret store. Read [Secrets API Specification](./secrets_api.md) for more information.
|
||||
Service code can call the secrets building block API to retrieve secrets out of the Dapr supported secret store. Read [Secrets API Specification](./secrets_api.md) for more information.
|
||||
|
|
Loading…
Reference in New Issue