Bug 1624853
| Summary: | Authentication cookie not set on Bugzilla 5 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Community] Bugzilla | Reporter: | Lubomír Sedlář <lsedlar> | ||||
| Component: | WebService | Assignee: | PnT DevOps Devs <hss-ied-bugs> | ||||
| Status: | CLOSED NOTABUG | QA Contact: | tools-bugs <tools-bugs> | ||||
| Severity: | urgent | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 5.0 | CC: | khong, pgunter, qgong | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2018-09-05 06:11:02 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
Lubomír Sedlář
2018-09-03 12:41:52 UTC
Lubomír can you retest against partner-bugzilla.redhat.com? Partner has been upgraded to Bugzilla5 and is using the same F5 configuration as we'll use for production. I just want to see if this resolves the F5 issues. On that instance I don't get any cookie at all. $ python cookie.py <CookieJar[]> As a workaround, it seems to work if I take the token returned by the login call and add it to all calls as "token" argument. Is that correct behaviour? (In reply to Lubomír Sedlář from comment #2) > As a workaround, it seems to work if I take the token returned by the login > call and add it to all calls as "token" argument. Is that correct behaviour? Yes it is. It's been so long since that changed I forgot about it :} It is documented in the FAQ that the API no longer supports cookies. https://partner-bugzilla.redhat.com/page.cgi?id=faq.html#using-the-bugzilla-api Thank you for the information. I'm not sure how I managed to miss that part of documentation. FYI the fix is then https://code.engineering.redhat.com/gerrit/#/c/148982/ |