Skip to content

Commit

Permalink
Fix description of PeerAuthentication example (#3139)
Browse files Browse the repository at this point in the history
  • Loading branch information
sridhargaddam authored Mar 25, 2024
1 parent 94d8c53 commit 1354440
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion security/v1/peer_authentication.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion security/v1/peer_authentication.proto
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ option go_package="istio.io/api/security/v1";
// mtls:
// mode: STRICT
// ```
// Policy that enables strict mTLS for all workloads, but leaves the port `8080` to
// Policy that enables strict mTLS for all `finance` workloads, but leaves the port `8080` to
// plaintext. Note the port value in the `portLevelMtls` field refers to the port
// of the workload, not the port of the Kubernetes service.
// ```yaml
Expand Down
2 changes: 1 addition & 1 deletion security/v1beta1/peer_authentication.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion security/v1beta1/peer_authentication.pb.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion security/v1beta1/peer_authentication.proto
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ option go_package="istio.io/api/security/v1beta1";
// mtls:
// mode: STRICT
// ```
// Policy that enables strict mTLS for all workloads, but leaves the port `8080` to
// Policy that enables strict mTLS for all `finance` workloads, but leaves the port `8080` to
// plaintext. Note the port value in the `portLevelMtls` field refers to the port
// of the workload, not the port of the Kubernetes service.
// ```yaml
Expand Down

0 comments on commit 1354440

Please sign in to comment.