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