Add AppToken to schema (#3308)

This commit is contained in:
Kenny Lee Sin Cheong 2018-12-11 13:17:09 -05:00 committed by GitHub
parent cb7369c2ca
commit c6b2e5a54b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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',