forked from k-space/kube
oidc: update CRDs
This commit is contained in:
parent
dd1ab10624
commit
6afda40b93
@ -27,6 +27,8 @@ spec:
|
|||||||
properties:
|
properties:
|
||||||
email:
|
email:
|
||||||
type: string
|
type: string
|
||||||
|
companyEmail:
|
||||||
|
type: string
|
||||||
customGroups:
|
customGroups:
|
||||||
type: array
|
type: array
|
||||||
items:
|
items:
|
||||||
@ -146,7 +148,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
type: object
|
type: object
|
||||||
required:
|
required:
|
||||||
- redirectUris # TODO: add validation
|
- redirectUris
|
||||||
- grantTypes
|
- grantTypes
|
||||||
- responseTypes
|
- responseTypes
|
||||||
properties:
|
properties:
|
||||||
@ -158,6 +160,7 @@ spec:
|
|||||||
type: array
|
type: array
|
||||||
items:
|
items:
|
||||||
type: string
|
type: string
|
||||||
|
pattern: '^(https:\/\/.)[-a-zA-Z0-9@:%._\+~#=]{2,256}\.[a-z]{2,6}\b([-a-zA-Z0-9@:%_\+.~#?&//=]*)$'
|
||||||
grantTypes:
|
grantTypes:
|
||||||
type: array
|
type: array
|
||||||
items:
|
items:
|
||||||
|
Loading…
Reference in New Issue
Block a user