Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions authentication/v1alpha1/istio.authentication.v1alpha1.pb.html

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

9 changes: 5 additions & 4 deletions authentication/v1alpha1/policy.pb.go

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

9 changes: 5 additions & 4 deletions authentication/v1alpha1/policy.proto
Original file line number Diff line number Diff line change
Expand Up @@ -255,13 +255,14 @@ enum PrincipalBinding {
//
// Examples:
//
// Policy to enable mTLS for all services in namespace frod
// Policy to enable mTLS for all services in namespace frod. The policy name must be
// `default`, and it contains no rule for `targets`.
//
// ```yaml
// apiVersion: authentication.istio.io/v1alpha1
// kind: Policy
// metadata:
// name: mTLS_enable
// name: default
// namespace: frod
// spec:
// peers:
Expand All @@ -273,7 +274,7 @@ enum PrincipalBinding {
// apiVersion: authentication.istio.io/v1alpha1
// kind: Policy
// metadata:
// name: mTLS_disable
// name: productpage_mTLS_disable
// namespace: frod
// spec:
// targets:
Expand All @@ -286,7 +287,7 @@ enum PrincipalBinding {
// apiVersion: authentication.istio.io/v1alpha1
// kind: Policy
// metadata:
// name: mTLS_enable
// name: productpage_mTLS_with_JWT
// namespace: frod
// spec:
// target:
Expand Down