Add AppToken to schema (#3308)
This commit is contained in:
parent
cb7369c2ca
commit
c6b2e5a54b
1 changed files with 1 additions and 1 deletions
|
@ -353,7 +353,7 @@ CONFIG_SCHEMA = {
|
||||||
'type': 'string',
|
'type': 'string',
|
||||||
'description': 'The authentication engine to use for credential authentication.',
|
'description': 'The authentication engine to use for credential authentication.',
|
||||||
'x-example': 'Database',
|
'x-example': 'Database',
|
||||||
'enum': ['Database', 'LDAP', 'JWT', 'Keystone', 'OIDC'],
|
'enum': ['Database', 'LDAP', 'JWT', 'Keystone', 'OIDC', 'AppToken'],
|
||||||
},
|
},
|
||||||
'SUPER_USERS': {
|
'SUPER_USERS': {
|
||||||
'type': 'array',
|
'type': 'array',
|
||||||
|
|
Reference in a new issue