Securing Dapr deployments

Best practices and instructions on how to secure your Dapr applications


Encrypt communication between Dapr instances

Enable OAUTH authorization on Dapr endpoints for your web APIs

Require every incoming API request to include an authentication token before allowing that request to pass through

Last modified February 16, 2021: Merge pull request #1235 from dapr/update-v0.11 (b4e9fbb)