Co-authored-by: LM <lemai>
This commit is contained in:
Leon Mai 2020-03-09 20:46:39 -07:00 committed by GitHub
parent efa66b07bd
commit 8e7e289ed2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 building block 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](https://github.com/dapr/docs/blob/master/reference/api/secrets_api.md) for more information.