I would like to use “extra_settings” in the AWX Operator manifest to set setting such as for LDAP and logging. In https://github.com/ansible/awx-operator#enabling-ldap-integration-at-awx-bootstrap I read “NOTE: These values are inserted into a Python file, so pay close attention to which values need quotes and which do not.” How can I determine which values need quotes and which do not?
I also see an example for setting LOG_AGGREGATOR_LEVEL where both single and double quotes are required. Assuming that this is not a typo, why is this required/when should this pattern be applied?
Should it be possible to set any setting that can be set via api/v2/settings/?
Best regards
Rod