-
Notifications
You must be signed in to change notification settings - Fork 115
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
Fix IPA and RHSSO. #15357
Fix IPA and RHSSO. #15357
Conversation
trigger: test-robottelo |
PRT Result
|
1b415d5
to
7bb3d2d
Compare
trigger: test-robottelo |
PRT Result
|
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.
Just enhance comment and put JIRA bug # in it
IPA domain isn't necessarily the same as DNS domain so connect using DNS domain and there detect the actual IPA domain. RHSSO used nonexistent ssh_session methods, perhaps this has changed over time. I made it use the execute method and workarounded bug that happens when calling 'hammer auth login oauth' non-interactively by faking tty.
7bb3d2d
to
71bf9d1
Compare
trigger: test-robottelo |
trigger: test-robottelo |
PRT passed before changing the comment so issue probably unrelated. I can't get the run logs so I don't know what happened... |
trigger: test-robottelo |
PRT Result
|
IPA domain isn't necessarily the same as DNS domain so connect using DNS domain and there detect the actual IPA domain. RHSSO used nonexistent ssh_session methods, perhaps this has changed over time. I made it use the execute method and workarounded bug that happens when calling 'hammer auth login oauth' non-interactively by faking tty. (cherry picked from commit 5ce77c1)
IPA domain isn't necessarily the same as DNS domain so connect using DNS domain and there detect the actual IPA domain. RHSSO used nonexistent ssh_session methods, perhaps this has changed over time. I made it use the execute method and workarounded bug that happens when calling 'hammer auth login oauth' non-interactively by faking tty.
IPA domain isn't necessarily the same as DNS domain so connect using DNS domain and there detect the actual IPA domain.
RHSSO used nonexistent ssh_session methods, perhaps this has changed over time. I made it use the execute method and workarounded bug that happens when calling 'hammer auth login oauth' non-interactively by faking tty.