diff --git a/daprdocs/content/en/concepts/dapr-services/sentry.md b/daprdocs/content/en/concepts/dapr-services/sentry.md index a3b29289b..c558baacd 100644 --- a/daprdocs/content/en/concepts/dapr-services/sentry.md +++ b/daprdocs/content/en/concepts/dapr-services/sentry.md @@ -9,7 +9,10 @@ The Dapr Sentry service manages mTLS between services and acts as a certificate ## Self-hosted mode -The sentry service Docker container is started automatically as part of [`dapr init`]({{< ref self-hosted-with-docker.md >}}). It can also be run manually as a process if you are running in [slim-init mode]({{< ref self-hosted-no-docker.md >}}). +The Sentry service Docker container is not started automatically as part of [`dapr init`]({{< ref self-hosted-with-docker.md >}}). However it can be executed manually by following the instructions for setting up [mutual TLS]({{< ref "mtls.md#self-hosted" >}}). + + +It can also be run manually as a process if you are running in [slim-init mode]({{< ref self-hosted-no-docker.md >}}). @@ -23,4 +26,4 @@ The sentry service is deployed as part of `dapr init -k`, or via the Dapr Helm c - [Security overview]({{< ref security-concept.md >}}) - [Self-hosted mode]({{< ref self-hosted-with-docker.md >}}) -- [Kubernetes mode]({{< ref kubernetes >}}) \ No newline at end of file +- [Kubernetes mode]({{< ref kubernetes >}})