Skip to content

Commit 349e079

Browse files
committed
Update release notes in changelog-1.30 to fix example claim validation rule
Signed-off-by: Anish Ramasekar <[email protected]>
1 parent af291a4 commit 349e079

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG/CHANGELOG-1.30.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1584,7 +1584,7 @@ name | architectures
15841584
([#123344](https://github.com/kubernetes/kubernetes/pull/123344), [@nilekhc](https://github.com/nilekhc))
15851585
- When configuring a JWT authenticator:
15861586

1587-
If `username.expression` used 'claims.email', then 'claims.email_verified' must have been used in `username.expression` or `extra[*].valueExpression` or `claimValidationRules[*].expression`. An example claim validation rule expression that matches the validation automatically applied when `username.claim` is set to 'email' is 'claims.?email_verified.orValue(true)'.
1587+
If `username.expression` used 'claims.email', then 'claims.email_verified' must have been used in `username.expression` or `extra[*].valueExpression` or `claimValidationRules[*].expression`. An example claim validation rule expression that matches the validation automatically applied when `username.claim` is set to 'email' is 'claims.?email_verified.orValue(true) == true'.
15881588
([#123737](https://github.com/kubernetes/kubernetes/pull/123737), [@enj](https://github.com/enj))
15891589
- `readOnly` volumes now support recursive read-only mounts for kernel versions >= 5.12."
15901590
([#123180](https://github.com/kubernetes/kubernetes/pull/123180), [@AkihiroSuda](https://github.com/AkihiroSuda))
@@ -2416,7 +2416,7 @@ name | architectures
24162416
If username.expression uses 'claims.email', then 'claims.email_verified' must be used in
24172417
username.expression or extra[*].valueExpression or claimValidationRules[*].expression.
24182418
An example claim validation rule expression that matches the validation automatically
2419-
applied when username.claim is set to 'email' is 'claims.?email_verified.orValue(true)'. ([#123737](https://github.com/kubernetes/kubernetes/pull/123737), [@enj](https://github.com/enj)) [SIG API Machinery and Auth]
2419+
applied when username.claim is set to 'email' is 'claims.?email_verified.orValue(true) == true'. ([#123737](https://github.com/kubernetes/kubernetes/pull/123737), [@enj](https://github.com/enj)) [SIG API Machinery and Auth]
24202420

24212421
### Feature
24222422

0 commit comments

Comments
 (0)