Comment out some settings tougher to implement

Specifically ldap and radius
This commit is contained in:
Matthew Jones
2015-12-15 16:42:54 -05:00
parent 0404f6ebc3
commit a4d4e6d0fb

View File

@@ -724,41 +724,41 @@ TOWER_SETTINGS_MANIFEST = {
"default": AUTH_TOKEN_PER_USER, "default": AUTH_TOKEN_PER_USER,
"category": "authentication", "category": "authentication",
}, },
"AUTH_BASIC_ENABLED": { # "AUTH_BASIC_ENABLED": {
"name": "Enable HTTP Basic Auth", # "name": "Enable HTTP Basic Auth",
"description": "Enable HTTP Basic Auth for the API Browser", # "description": "Enable HTTP Basic Auth for the API Browser",
"default": AUTH_BASIC_ENABLED, # "default": AUTH_BASIC_ENABLED,
"type": "bool", # "type": "bool",
"category": "authentication", # "category": "authentication",
}, # },
"AUTH_LDAP_SERVER_URI": { # "AUTH_LDAP_SERVER_URI": {
"name": "LDAP Server URI", # "name": "LDAP Server URI",
"description": "URI Location of the LDAP Server", # "description": "URI Location of the LDAP Server",
"default": AUTH_LDAP_SERVER_URI, # "default": AUTH_LDAP_SERVER_URI,
"type": "string", # "type": "string",
"category": "authentication", # "category": "authentication",
}, # },
"RADIUS_SERVER": { # "RADIUS_SERVER": {
"name": "Radius Server Host", # "name": "Radius Server Host",
"description": "Host to communicate with for Radius Authentication", # "description": "Host to communicate with for Radius Authentication",
"default": RADIUS_SERVER, # "default": RADIUS_SERVER,
"type": "string", # "type": "string",
"category": "authentication", # "category": "authentication",
}, # },
"RADIUS_PORT": { # "RADIUS_PORT": {
"name": "Radius Server Port", # "name": "Radius Server Port",
"description": "Port on the Radius host for Radius Authentication", # "description": "Port on the Radius host for Radius Authentication",
"default": RADIUS_PORT, # "default": RADIUS_PORT,
"type": "string", # "type": "string",
"category": "authentication", # "category": "authentication",
}, # },
"RADIUS_SECRET": { # "RADIUS_SECRET": {
"name": "Radius Server Secret", # "name": "Radius Server Secret",
"description": "Secret used when negotiating with the Radius server", # "description": "Secret used when negotiating with the Radius server",
"default": RADIUS_SECRET, # "default": RADIUS_SECRET,
"type": "string", # "type": "string",
"category": "authentication", # "category": "authentication",
}, # },
"AWX_PROOT_ENABLED": { "AWX_PROOT_ENABLED": {
"name": "Enable PRoot for Job Execution", "name": "Enable PRoot for Job Execution",
"description": "Isolates an Ansible job from protected parts of the Tower system to prevent exposing sensitive information", "description": "Isolates an Ansible job from protected parts of the Tower system to prevent exposing sensitive information",