Bug 1532327

Summary: Authentication issue for api/automation_requests call to Master in multi-region setup
Product: Red Hat CloudForms Management Engine Reporter: Satoe Imaishi <simaishi>
Component: AutomateAssignee: Brandon Dunne <bdunne>
Status: CLOSED CURRENTRELEASE QA Contact: Alex Newman <anewman>
Severity: urgent Docs Contact:
Priority: high    
Version: 5.8.0CC: bdunne, cpelland, gekis, gmccullo, mkanoor, obarenbo, saali, simaishi, tfitzger, vaclav.miller
Target Milestone: GA   
Target Release: 5.9.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: 5.9.0.16 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: 1529995 Environment:
Last Closed: 2018-03-06 15:24:03 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: CFME Core Target Upstream Version:
Embargoed:
Bug Depends On: 1529995    
Bug Blocks:    

Comment 1 CFME Bot 2018-01-08 16:36:01 UTC
New commit detected on ManageIQ/manageiq/gaprindashvili:
https://github.com/ManageIQ/manageiq/commit/fafb59fdcbefb84fd8522e1edc8d6262de656a89

commit fafb59fdcbefb84fd8522e1edc8d6262de656a89
Author:     Greg McCullough <gmccullo>
AuthorDate: Fri Jan 5 17:54:40 2018 -0500
Commit:     Satoe Imaishi <simaishi>
CommitDate: Mon Jan 8 11:31:35 2018 -0500

    Merge pull request #16756 from bdunne/scope_users_in_my_region
    
    Scope User and MiqGroup searches within the current region
    (cherry picked from commit 57dac5a20f453f7b80d9a6910969566aa791316f)
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1532327

 app/models/mixins/miq_request_mixin.rb  |  2 +-
 app/models/user.rb                      |  2 +-
 spec/models/mixins/miq_request_mixin.rb | 22 ++++++++++++++++++++++
 spec/models/user_spec.rb                |  9 +++++++++
 4 files changed, 33 insertions(+), 2 deletions(-)
 create mode 100644 spec/models/mixins/miq_request_mixin.rb