Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
meshConfig: add validation for ingressgateway certificate (#4422)
Browse files Browse the repository at this point in the history
Signed-off-by: Sneha Chhabria <[email protected]>

Validation added to the subjectAltName for the ingress gateway
certificate. Going forward, this field if specified will have to contain
atleast one element in the array.

Fixes #4353
  • Loading branch information
snehachhabria authored Jan 11, 2022
1 parent 09af567 commit 1a2d41e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/osm-bootstrap/crds/config_meshconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ spec:
type: array
items:
type: string
minItems: 1
validityDuration:
description: Certificate validity duration, represented as a sequence of decimal numbers each with optional fraction and a unit suffix
type: string
Expand Down

0 comments on commit 1a2d41e

Please sign in to comment.