stackhpc / ansible-slurm-appliance

A Slurm-based HPC workload management environment, driven by Ansible.
36 stars 15 forks source link

Fix freeipa server referer errors #372

Closed sjpb closed 4 months ago

sjpb commented 4 months ago

Latest freeipa server has additional checks for HTTP_REFERER which means the current workaround isn't sufficient. This PR uses mod_headers to add the correct HTTP_REFERER instead, which is a more-robust/cleaner solution.

sjpb commented 4 months ago

Fixes #370