diff --git a/howto/setup-secret-store/README.md b/howto/setup-secret-store/README.md new file mode 100644 index 000000000..5a4f9475d --- /dev/null +++ b/howto/setup-secret-store/README.md @@ -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. \ No newline at end of file