Skip to content

Commit

Permalink
Update istio.md documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sobotklp committed Jan 27, 2025
1 parent c9c1d77 commit 5fc6b97
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/features/mtls/istio.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:

The Operator creates for each temporal services a `DestinationRule` and a `PeerAuthentication`. They both ensure mutual and strict mTLS.

# Allowing permissive mTLS for metrics
## Allowing permissive mTLS for metrics

If your metrics collector isn't using Istio or is otherwise unable to connect using mTLS, you can enable permissive mode for the metrics port.

Expand All @@ -27,6 +27,6 @@ spec:
# [...]
mTLS:
provider: istio
permitMetrics: true
permissiveMetrics: true
# [...]
```
```

0 comments on commit 5fc6b97

Please sign in to comment.