-
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
RHBK support #17338
RHBK support #17338
Conversation
0cf7cc1
to
c8ac423
Compare
trigger: test-robottelo |
PRT running |
c8ac423
to
4a7da48
Compare
trigger: test-robottelo |
PRT waiting for config merge |
PRT Result
|
trigger: test-robottelo |
PRT Result
|
8d9eb02
to
bb9a399
Compare
@ogajduse comments addressed |
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.
Thank you for addressing my above review comments. I have left one minor comment.
bb9a399
to
88ef4e6
Compare
PRT Result
|
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.
Copilot reviewed 5 out of 10 changed files in this pull request and generated 1 comment.
Files not reviewed (5)
- conf/rhbk.yaml.template: Language not supported
- pytest_fixtures/component/satellite_auth.py: Evaluated as low risk
- tests/foreman/destructive/test_ldap_authentication.py: Evaluated as low risk
- tests/foreman/destructive/test_ldapauthsource.py: Evaluated as low risk
- tests/foreman/ui/test_templatesync.py: Evaluated as low risk
Comments suppressed due to low confidence (1)
robottelo/hosts.py:2567
- The get_two_factor_token_rh_sso_url method should use an f-string for better readability and consistency.
return (f"https://{self.host_name}/auth/realms/" f"{self.realm}/protocol/openid-connect/")
Make changes so RHSSO tests become parametrized and work for both RHSSO and RHBK
228bf90
to
811fd4a
Compare
811fd4a
to
7c4c757
Compare
trigger: test-robottelo |
PRT Result
|
trigger: test-robottelo |
PRT Result
|
Make changes so RHSSO tests become parametrized and work for both RHSSO and RHBK, limit TemplateSync tests
Problem Statement
Solution
Related Issues