-
Notifications
You must be signed in to change notification settings - Fork 897
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_gssapi #18014
Conversation
@miq-bot add_label wip |
@miq-bot add_label enhancement |
Removing WIP as all required PRs have been posted for review The below is the list of related PRs which must all be merged together when this one is:
|
@miq-bot remove_label wip |
@miq-bot add_label hammer/yes |
@gtanzillo and @abellotti I have made the update necessary to address the issue @abellotti raised when we met yesterday regarding yup update support to handle both the old, mod_auth_kerb and new mod_auth_gssapi config file syntax. This should be good to go now. Thank you! JoeV |
Checked commit jvlcek@21e5bcf with ruby 2.3.3, rubocop 0.52.1, haml-lint 0.20.0, and yamllint 1.10.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 LGTM
https://bugzilla.redhat.com/show_bug.cgi?id=1636547 will be used to track this work. |
Move from apache module mod_auth_kerb to mod_auth_gssapi (cherry picked from commit 90853a6) https://bugzilla.redhat.com/show_bug.cgi?id=1636547
Hammer backport details:
|
https://www.pivotaltracker.com/n/projects/1610127/stories/160659028
This PR is one of a set that will implement moving external authentication support from
the Apache module mod_auth_kerb to mod_auth_gssapi
Once all of the PRs are available I will remove the WIP flag
I also fixed the heredoc delimiters that rubocop did not like.