mirror of https://github.com/dapr/docs.git
Update security-concept.md
Clarified listening addresses for dapr sidecar. Signed-off-by: Andreas Eriksson <andreas.eriksson@griffeye.com>
This commit is contained in:
parent
e82d51c2ca
commit
2ed23abb54
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue