Add config option to disable parts of management API
This commit is contained in:
parent
147081c0db
commit
75b5ac8ebd
17 changed files with 287 additions and 149 deletions
|
@ -48,6 +48,19 @@ registration_secrets:
|
|||
admins:
|
||||
root: ""
|
||||
|
||||
# API feature switches.
|
||||
api_features:
|
||||
login: true
|
||||
plugin: true
|
||||
plugin_upload: true
|
||||
instance: true
|
||||
instance_database: true
|
||||
client: true
|
||||
client_proxy: true
|
||||
client_auth: true
|
||||
dev_open: true
|
||||
log: true
|
||||
|
||||
# Python logging configuration.
|
||||
#
|
||||
# See section 16.7.2 of the Python documentation for more info:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue