Added secrets README

This commit is contained in:
Aaron Crawfis 2020-03-06 14:06:43 -08:00
parent 51cb538c82
commit 4ae97882d2
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
# How To: Setup a Dapr Secret Store
It is important to securly store and retrieve secrets in Dapr to prevent unwanted people from accessing connection strings, passwords, and auth tokens.
The guides within this directory contain guides on how to deploy, configure, and connect to secret stores.