ManageIQ / manageiq-appliance

System files for the ManageIQ appliance.
Apache License 2.0
7 stars 50 forks source link

CP4AIOPS-3113 Pass authentication group delimiter to rails #389

Open kbrock opened 2 months ago

kbrock commented 2 months ago

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

Fryguy commented 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

miq-bot commented 2 months ago

Checked commits https://github.com/kbrock/manageiq-appliance/compare/7f78b09750594e6c7120c4445d2e4c595847507c~...7814228c49fd29e06cc86851d107c787cf5ab176 with ruby 3.1.5, rubocop 1.56.3, haml-lint 0.51.0, and yamllint 0 files checked, 0 offenses detected Everything looks fine. :trophy:

kbrock commented 2 months ago

update:

update: