fix: add oauth client name to the CRD spec (#56)

Signed-off-by: Tiago Angelo <kurtis.angelo@gmail.com>
This commit is contained in:
Tiago Angelo
2020-06-22 06:32:50 -03:00
committed by GitHub
parent 99665fa7e2
commit e626afcc04
3 changed files with 10 additions and 0 deletions

View File

@ -393,6 +393,10 @@ spec:
items:
type: string
type: array
clientName:
description: ClientName is the human-readable string name of the client
to be presented to the end-user during authorization.
type: string
grantTypes:
description: GrantTypes is an array of grant types the client is allowed
to use.