Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert Apache IPA authentication template to EPP #1172

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ekohl
Copy link
Member

@ekohl ekohl commented Jul 25, 2024

This moves the IPA authentication from 4 separate ERB files to a single EPP file. This gives better guarantees because of data types. It's also easier to maintain a single file that gives the complete overview of the feature.

It's moved to foreman::config::apache together with the inclusion of required modules. This does make the http_keytab variable a bit uglier.

The sssd service definition is moved to avoid duplication. The ipa_manage_sssd block already existed and now the service lives together with the config file management.

This moves the IPA authentication from 4 separate ERB files to a single
EPP file. This gives better guarantees because of data types. It's also
easier to maintain a single file that gives the complete overview of the
feature.

It's moved to foreman::config::apache together with the inclusion of
required modules. This does make the http_keytab variable a bit uglier.
The ipa_manage_sssd block already existed and now the service lives
together with the config file management.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants