diff --git a/confluent_server/confluent/main.py b/confluent_server/confluent/main.py index b0f2ee71..f59bceb7 100644 --- a/confluent_server/confluent/main.py +++ b/confluent_server/confluent/main.py @@ -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')