-
Notifications
You must be signed in to change notification settings - Fork 100
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
Move from apache module mod_auth_kerb to mod_auth_gssap #314
Conversation
@miq-bot add_label enhancement |
@miq-bot assign @abellotti |
@miq-bot add_label hammer/yes |
@jvlcek 'abellotti' is an invalid assignee, ignoring... |
The hammer PR is: #313 |
Checked commit jvlcek@ec00ca1 with ruby 2.3.3, rubocop 0.52.1, haml-lint 0.20.0, and yamllint 1.10.0 **
|
@miq-bot assign @abellotti |
@jvlcek 'abellotti' is an invalid assignee, ignoring... |
Although this #314 may cleanly cherry-pick to hammer, because the templates are so different between master and hammer I went ahead and created the hammer specific PR here: #313. Just to be ready in case is doesn't cleanly cherry-pick If these changes cleanly cherry-pick to hammer then #313 can be closed. |
Move from apache module mod_auth_kerb to mod_auth_gssap (cherry picked from commit 16fa6d6) https://bugzilla.redhat.com/show_bug.cgi?id=1650583
Hammer backport details:
|
https://www.pivotaltracker.com/n/projects/1610127/stories/160297262
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1650583
This PR is one of two that will implement moving external authentication support from
the Apache module mod_auth_kerb to mod_auth_gssapi for the Openshift/podified build
The other PR is:
ManageIQ/container-httpd#38