Skip to content

Commit

Permalink
Merge pull request #3840 from andreas-eriksson/patch-1
Browse files Browse the repository at this point in the history
Update security-concept.md
  • Loading branch information
hhunter-ms authored Oct 24, 2023
2 parents 1abd41b + 096e5ce commit c855e99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daprdocs/content/en/concepts/security-concept.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ The diagram below shows how the Sentry system service issues certificates for ap

### Preventing IP addresses on Dapr

To prevent Dapr sidecars from being called on any IP address (especially in production environments such as Kubernetes), Dapr restricts its listening IP addresses only to `localhost`. Use the [dapr-listen-addresses]({{<ref arguments-annotations-overview>}}) setting you need to enable other addresses.
To prevent Dapr sidecars from being called on any IP address (especially in production environments such as Kubernetes), Dapr restricts its listening IP addresses to `localhost`. Use the [dapr-listen-addresses]({{<ref arguments-annotations-overview>}}) setting if you need to enable access from external addresses.

## Secure Dapr to application communication

Expand Down

0 comments on commit c855e99

Please sign in to comment.