mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-25 02:52:07 +00:00
Hook loading of /etc/confluent/authorization.yaml
This should permit custom roles to be defined.
This commit is contained in:
parent
a18d0f10b7
commit
b1018d648e
@ -306,6 +306,7 @@ def run(args):
|
||||
except AttributeError:
|
||||
pass # Windows...
|
||||
os.umask(oumask)
|
||||
auth.check_for_yaml()
|
||||
collective.startup()
|
||||
consoleserver.initialize()
|
||||
http_bind_host, http_bind_port = _get_connector_config('http')
|
||||
|
Loading…
Reference in New Issue
Block a user