amazonlinux / amazon-linux-2023

Amazon Linux 2023
https://aws.amazon.com/linux/amazon-linux-2023/
Other
522 stars 39 forks source link

[Package Request] - mod_auth_mellon #588

Open madrover opened 9 months ago

madrover commented 9 months ago

What package is missing from Amazon Linux 2023? Please describe and include package name.

mod_auth_mellon is an authentication module for Apache. It authenticates the user against a SAML 2.0 IdP, and grants access to directories depending on attributes received from the IdP.

Package name: mod_auth_mellon

Is this an update to existing package or new package request? This is a new package request

Is this package available in Amazon Linux 2? If it is available via external sources such as EPEL, please specify. Yes, as per Packages in Amazon Linux 2 not in Amazon Linux 2023 it has not been ported though.

Any additional information you'd like to include. (use-cases, etc)

We need to provide SAML authentication capabilities to our application

jonjohnston commented 8 months ago

What is the status of this? AL2 EOL is 6-30-2025 and mod_auth_mellon is our main SAML for our applications. If you don't plan to support AL2 after that date, I would hope this and many other packages will be supported so many users can upgrade from AL2 to AL2023. This is basically a blocker for us at my company.

daniejstriata commented 8 months ago

You can also build any missing packages in Fedora COPR as I've done here: https://copr.fedorainfracloud.org/coprs/faramirza/al2023/packages/ I was able to build mod_auth_mellon 0.17.0-8 in CORP from Centos 9 Stream sources. I had to build the dependency lasso from there too.