Bug 1779290
Summary: | Log in page is creating a sign in pop-up for login credentials | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat CloudForms Management Engine | Reporter: | Khushbu Borole <kborole> | ||||
Component: | UI - Service | Assignee: | Dávid Halász <dhalasz> | ||||
Status: | CLOSED NOTABUG | QA Contact: | Sudhir Mallamprabhakara <smallamp> | ||||
Severity: | medium | Docs Contact: | Red Hat CloudForms Documentation <cloudforms-docs> | ||||
Priority: | medium | ||||||
Version: | 5.10.6 | CC: | bmidwood, dmetzger, hkataria, jdupuy, lavenel, mpovolny, mzazrivec, obarenbo | ||||
Target Milestone: | GA | Keywords: | Reopened, TestOnly, ZStream | ||||
Target Release: | 5.12.0 | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | |||||||
: | 1785357 1785359 (view as bug list) | Environment: | |||||
Last Closed: | 2020-06-10 13:08:02 UTC | Type: | Bug | ||||
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: | |||||||
Bug Blocks: | 1785357, 1785359 | ||||||
Attachments: |
|
This was fixed in 5.10.13.0 (and in 5.11) I believe this BZ is a duplicate of: https://bugzilla.redhat.com/show_bug.cgi?id=1767018 https://bugzilla.redhat.com/show_bug.cgi?id=1632718 *** This bug has been marked as a duplicate of bug 1632718 *** (In reply to Khushbu Borole from comment #9) > Hey Milan, > > Do you have any update on this ? > > Milan, were you able to access and view the logs ? No. > Also, The CU CFME self service login page is externally accessible on ...
> I can see that the api pop up occurs as soon as I land up on the page
Why are you mentioning service ui? Is this a service ui issue? Initial
comment does not mention service ui at all.
New commit detected on ManageIQ/manageiq-api/master: https://github.com/ManageIQ/manageiq-api/commit/401aff80203703a9cac15ae61b0e779609e13a7b commit 401aff80203703a9cac15ae61b0e779609e13a7b Author: Dávid Halász <dhalasz> AuthorDate: Thu Dec 19 07:11:10 2019 -0500 Commit: Dávid Halász <dhalasz> CommitDate: Thu Dec 19 07:11:10 2019 -0500 Distinguish between SUI AJAX basic auth and regular basic auth Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1779290 app/controllers/api/base_controller/authentication.rb | 7 +- 1 file changed, 4 insertions(+), 3 deletions(-) |
Created attachment 1641734 [details] Login Page Pop Up Description of problem: The login page is creating a pop-up. From the browser error it seems that this is caused by the web page attempting to contact the api. We do not want this popup to be shown Version-Release number of selected component (if applicable): Red Hat CloudForms 4.6 [ CFME 5.10.6 ] How reproducible: Always on Google Chrome Browser Steps to Reproduce: 1. Login CloudForms UI on Google Chrome 2. Enter wrong creds and an api pop up will appear Following warning is catched in audit.log `[----] W, [2019-12-03T11:10:54.464108 #25918:5988dc0] WARN -- Failure: MIQ(Base.audit_failure) userid: [ds] - Authentication failed for userid **` 3. Enter the correct creds in the API pop up, still it shows up again and catches the same warn in the logs. Refer the attached image for reference Actual results: The sign up pop up should not appear. Expected results: Login fail message should appear on the login page without the sign up pop up. Additional info: Firefox displays the `Login failed: Unauthorized` error while not the case with Google Chrome