I’m trying to install v4.0.6, but I can’t find the mod_auth_openidc package in the v4 repo. I tried pulling the package from the v3.1 repo, but end up with dependency problems. I have v3.1 installed and working (with mod_auth_openidc), so I’m not sure what’s missing?
Ed
we used to distribute it for reasons I can not now recall.
I any case, I’m sure you can get it from RHEL repositories like appstream or EPEL or similar.
For REL8 and REL9 type systems, mod_auth_openidc is in the appstream repo.
1 Like
I obtained mod_auth_openidc v2.4.9.4 and it seems to work properly, but when I tried to upgrade to a newer version (I tried 2.4.17.2 and 2.4.18), I get a 502 ‘bad gateway’ error. The OIDC authentication completes properly and it looks like apache is happy, but it doesn’t launch the PUN. I get no logs in ondemand-nginx, and no processes appear to launch. No message get sent to syslog or the apache logs.
Where can I look to get more info? Have y’all seen this issue before?
It really should be here in the apache logs. You may be able to turn up logging to see more. Specifically in the mod_proxy component.
That said - is that all that you updated, or did you update more packages as well?
I’ve got logging up to debug generally … and see all sorts of interesting things … but nothing that says why things aren’t working.
I updated the mod_auth_openidc, and it pulled in one additional package - hireddit or something like that – but that’s it.
I backed down to version 2.4.14.1, which is what was distributed with OOD v3 … and now it is working again … I should probably figure out why, but I don’t have the time right now 