Updates CRDs with max/min keysize validation

Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
This commit is contained in:
JoshVanL 2020-02-12 10:18:11 +00:00
parent d784453ada
commit 9b9b66d7b4
No known key found for this signature in database
GPG Key ID: E7A7196576A219DA
2 changed files with 8 additions and 0 deletions

View File

@ -150,6 +150,8 @@ spec:
and value must be one of (256, 384, 521) when KeyAlgorithm is set
to "ecdsa".
type: integer
maximum: 8192
minimum: 0
organization:
description: Organization is the organization to be used on the Certificate
type: array
@ -389,6 +391,8 @@ spec:
and value must be one of (256, 384, 521) when KeyAlgorithm is set
to "ecdsa".
type: integer
maximum: 8192
minimum: 0
renewBefore:
description: Certificate renew before expiration duration
type: string

View File

@ -356,6 +356,8 @@ spec:
and value must be one of (256, 384, 521) when KeyAlgorithm is set
to "ecdsa".
type: integer
maximum: 8192
minimum: 0
organization:
description: Organization is the organization to be used on the Certificate
type: array
@ -595,6 +597,8 @@ spec:
and value must be one of (256, 384, 521) when KeyAlgorithm is set
to "ecdsa".
type: integer
maximum: 8192
minimum: 0
renewBefore:
description: Certificate renew before expiration duration
type: string