Actions
Bug #35926
closedInclude SmartProxyAuth into RegistrationController
Difficulty:
Triaged:
Yes
Description
When PR#10315 patch [0] is applied on production environment with older
Katello versions (like katello-4.5.0), registration will start failing on following error:
undefined local variable or method `auth_smart_proxy' for #<Api::V2::RegistrationController:0x00007f84842a5728>
Fix is to include SmartProxyAuth into the RegistrationController
instead of RegistrationControllerExtensions module.
For more details see BZ [1]
[0] https://github.com/Katello/katello/pull/10315
[1] https://bugzilla.redhat.com/show_bug.cgi?id=2158959
Actions