Open kbrock opened 2 months ago
Seems the remote-user-saml.conf changes from https://github.com/ManageIQ/manageiq-appliance_console/pull/265/files are missing here? Additionally, I think the mellon change from here is needed: https://github.com/ManageIQ/manageiq-pods/pull/1155/files
update:
update:
X_REMOTE_USER_GROUP_DELIMITER
(note GROUP
is singular)
Each authentication system is configurated a little differently. open idc uses a , as the group delimiter
This sets the configuration in apache so it can easily be passed to the individual containers.
Just setting the value in settings.yml is a viable alternative
see also https://github.com/ManageIQ/manageiq/pull/23139