mirror of https://github.com/istio/istio.io.git
Fix tls-check output example (#5608)
* Fix tls-check output example * Fix spacing
This commit is contained in:
parent
7251f1fe82
commit
822701661d
|
@ -94,7 +94,7 @@ In the following example output you can see that:
|
|||
|
||||
{{< text plain >}}
|
||||
HOST:PORT STATUS SERVER CLIENT AUTHN POLICY DESTINATION RULE
|
||||
httpbin.default.svc.cluster.local:8000 OK mTLS mTLS /default istio-system/default
|
||||
httpbin.default.svc.cluster.local:8000 OK STRICT ISTIO_MUTUAL /default istio-system/default
|
||||
{{< /text >}}
|
||||
|
||||
The output shows:
|
||||
|
|
|
@ -8,7 +8,7 @@ The [`istioctl`](/docs/reference/commands/istioctl) command provides an option f
|
|||
{{< text bash >}}
|
||||
$ istioctl authn tls-check $CLIENT_POD httpbin.default.svc.cluster.local
|
||||
HOST:PORT STATUS SERVER CLIENT AUTHN POLICY DESTINATION RULE
|
||||
httpbin.default.svc.cluster.local:8000 OK mTLS mTLS /default istio-system/default
|
||||
httpbin.default.svc.cluster.local:8000 OK STRICT ISTIO_MUTUAL /default istio-system/default
|
||||
{{< /text >}}
|
||||
|
||||
Where `$CLIENT_POD` is the ID of one of the client service's pods.
|
||||
|
|
Loading…
Reference in New Issue