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',
|
||||
'description': 'The authentication engine to use for credential authentication.',
|
||||
'x-example': 'Database',
|
||||
'enum': ['Database', 'LDAP', 'JWT', 'Keystone', 'OIDC'],
|
||||
'enum': ['Database', 'LDAP', 'JWT', 'Keystone', 'OIDC', 'AppToken'],
|
||||
},
|
||||
'SUPER_USERS': {
|
||||
'type': 'array',
|
||||
|
|
Reference in a new issue