Skip to content

Commit

Permalink
docs: update changelog to call out new limit
Browse files Browse the repository at this point in the history
Signed-off-by: Clay Kauzlaric <[email protected]>
  • Loading branch information
KauzClay committed Jan 2, 2024
1 parent 457ff9c commit a3ac00b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions changelogs/unreleased/5849-KauzClay-minor.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## Allow Multiple SANs in Upstream Validation section of HTTPProxy

This change introduces a max length of 100 characters to the field `subjectName` in the UpstreamValidation block.

Allow multiple SANs in Upstream Validation by adding a new field `subjectNames` to the UpstreamValidtion block. This will exist side by side with the previous `subjectName` field. Using CEL validation, we can enforce that when both are present, the first entry in `subjectNames` must match the value of `subjectName`.

0 comments on commit a3ac00b

Please sign in to comment.