forked from istio/istio
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
authn: include trust domains from cacertificates in san validator
This CL includes the trust domains from the meshConfig caCertificates in the SAN validator. Without this change, we need to completely disable that validation with the PILOT_SKIP_VALIDATE_TRUST_DOMAIN env var. Backported from: istio#43536. Change-Id: If5e791b23d0ced48000995ac45ebcbdffd3447d4 Reviewed-on: https://gerrit.musta.ch/c/public/istio/+/4471 Reviewed-by: Ying Zhu <ying.zhu@airbnb.com>
- Loading branch information
Showing
3 changed files
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
apiVersion: release-notes/v2 | ||
kind: feature | ||
area: security | ||
|
||
issue: | ||
- https://github.com/istio/istio/issues/41666 | ||
|
||
releaseNotes: | ||
- | | ||
**Added** support for pushing additional federated trust domains from caCertificates to the peer SAN validator. |