Login with SAML fails after upgrade to 7.0.0 due to missing saml_auditor_attr in settings.
This should be identical when using docker-compose, as our manual AWX OpenShift instance is more or less identical to the docker-compose version.
Have a AWX instance running in OpenShift manually deployed. Upgrade to new version by pushing new images to ImageStream, let migrations run and deployment finish.
Attempt to login with existing SAML login that utilizes the SOCIAL_AUTH_SAML_ORGANIZATION_ATTR setting.
AWX is updated to 7.0.0 and login still works as normal.
Login failed with error saml_auditor_attr
Seems related to this: https://github.com/ansible/awx/pull/3623
Add the saml_auditor_attr with a value manually to the Database in table conf_settings in row SOCIAL_AUTH_SAML_ORGANIZATION_ATTR
Confirmed that users can log in when these are not set