fixed readme link order

This commit is contained in:
Mark Chmarny 2020-05-29 06:51:46 -07:00
parent a40b6b3c4f
commit d730bdcb17
1 changed files with 6 additions and 2 deletions

View File

@ -61,15 +61,19 @@ For Actors How Tos see the SDK documentation
* [Diagnose your services with distributed tracing](./diagnose-with-tracing) * [Diagnose your services with distributed tracing](./diagnose-with-tracing)
## Security ## Security
### Dapr APIs Authentication
* [Enable Dapr APIs token-based authentication](./enable-dapr-api-token-based-authentication)
### Mutual Transport Layer Security (mTLS) ### Mutual Transport Layer Security (mTLS)
* [Setup and configure mutual TLS between Dapr instances](./configure-mtls)
* [Setup and configure mutual TLS between Dapr instances](./configure-mtls) * [Setup and configure mutual TLS between Dapr instances](./configure-mtls)
### Secrets ### Secrets
* [Configure component secrets using Dapr secret stores](./setup-secret-store) * [Configure component secrets using Dapr secret stores](./setup-secret-store)
* [Enable Dapr APIs token-based authentication](./enable-dapr-api-token-based-authentication) * [Using the Secrets API to get application secrets](./get-secrets)
## Middleware ## Middleware