mirror of https://github.com/dapr/docs.git
Update daprdocs/content/en/developing-applications/building-blocks/secrets/howto-secrets.md
This commit is contained in:
parent
3488c63a92
commit
3f66120d63
|
@ -18,7 +18,9 @@ The below code example loosely describes an application that processes orders. I
|
|||
|
||||
Before retrieving secrets in your application's code, you must have a secret store component configured. For the purposes of this guide, as an example you will configure a local secret store which uses a local JSON file to store secrets.
|
||||
|
||||
>Note: In a production-grade application, local secret stores are not recommended. You can find other alternatives [here]({{<ref supported-secret-stores >}}) to securely manage your secrets.
|
||||
{{% alert title="Warning" color="warning" %}}
|
||||
In a production-grade application, local secret stores are not recommended. You can find other alternatives [here]({{<ref supported-secret-stores >}}) to securely manage your secrets.
|
||||
{{% /alert %}}
|
||||
|
||||
Create a file named `secrets.json` with the following contents:
|
||||
|
||||
|
|
Loading…
Reference in New Issue