mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 15:09:32 -02:30
Add a settings that disallows org admins from seeing users outside of
their organization. See: https://trello.com/c/M74W11hQ
This commit is contained in:
@@ -500,6 +500,8 @@ TASK_COMMAND_PORT = "tcp://127.0.0.1:6559"
|
||||
SOCKETIO_NOTIFICATION_PORT = "tcp://127.0.0.1:6557"
|
||||
SOCKETIO_LISTEN_PORT = 8080
|
||||
|
||||
ORG_ADMINS_CAN_SEE_ALL_USERS = True
|
||||
|
||||
# Logging configuration.
|
||||
LOGGING = {
|
||||
'version': 1,
|
||||
|
||||
Reference in New Issue
Block a user