mirror of
https://github.com/xcat2/confluent.git
synced 2025-08-20 10:10:23 +00:00
Fix super unix socket access to work
When root or the process owner comes into unix socket, they should be treated as always authorized.
This commit is contained in:
@@ -43,6 +43,7 @@ class ClientConsole(object):
|
||||
def sessionhdl(connection, authname):
|
||||
# For now, trying to test the console stuff, so let's just do n4.
|
||||
authenticated = False
|
||||
authdata = None
|
||||
if authname and isinstance(authname, bool):
|
||||
authenticated = True
|
||||
cfm = configmanager.ConfigManager(tenant=None)
|
||||
|
Reference in New Issue
Block a user