Skip to content

Commit 62ed4ff

Browse files
authored
doc: add note about PA config with selectors being ignored in rootNamespace (#3604)
* doc: add note about PA config with selectors being ignored in rootNamespace * gen files
1 parent cb15a6c commit 62ed4ff

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

security/v1beta1/peer_authentication.pb.go

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

security/v1beta1/peer_authentication.pb.html

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

security/v1beta1/peer_authentication.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ syntax = "proto3";
4444
// ```
4545
// For mesh level, put the policy in root-namespace according to your Istio installation.
4646
//
47+
// Note: PeerAuthentication policies with workload selectors are ignored when deployed in the root namespace.
48+
//
4749
// Policies to allow both mTLS and plaintext traffic for all workloads under namespace `foo`, but
4850
// require mTLS for workload `finance`.
4951
// ```yaml

0 commit comments

Comments
 (0)