Issue #8051
closedToken refresh POST request is missing proxy argument.
Description
On this line
async with self.session.post(url, data=form_payload, raise_for_status=True) as response:
A POSt request is made to refresh token but the request is missing the proxy argument when it is provided on remote.
All requests must use the proxy like this https://github.com/pulp/pulp_ansible/blob/97e705403fb981113a79ee4c5bd592f50ef3283f/pulp_ansible/app/downloaders.py#L132
async with self.session.get(self.url, headers=headers, proxy=self.proxy) as response:
Galaxy Related Bugzilla https://bugzilla.redhat.com/show_bug.cgi?id=1913816
Updated by fao89 almost 4 years ago
- Triaged changed from No to Yes
- Sprint set to Sprint 88
Updated by fao89 almost 4 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to fao89
Updated by pulpbot almost 4 years ago
- Status changed from ASSIGNED to POST
Added by Fabricio Aguiar almost 4 years ago
Updated by Anonymous almost 4 years ago
- Status changed from POST to MODIFIED
Applied in changeset pulp_ansible|d6a3d709599e69425ff9cb7c9108d75341212aa8.
Updated by pulpbot almost 4 years ago
Added by Fabricio Aguiar almost 4 years ago
Revision 82811476 | View on GitHub
Enable proxy on token refresh requests
https://pulp.plan.io/issues/8051 closes #8051
(cherry picked from commit d6a3d709599e69425ff9cb7c9108d75341212aa8)
Updated by pulpbot almost 4 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Updated by fao89 almost 4 years ago
- Status changed from CLOSED - CURRENTRELEASE to MODIFIED
Updated by pulpbot almost 4 years ago
Updated by fao89 almost 4 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Updated by fao89 almost 4 years ago
- Status changed from CLOSED - CURRENTRELEASE to MODIFIED
Added by Fabricio Aguiar almost 4 years ago
Revision ffa9ac2c | View on GitHub
Enable proxy on token refresh requests
https://pulp.plan.io/issues/8051 closes #8051
(cherry picked from commit d6a3d709599e69425ff9cb7c9108d75341212aa8)
Updated by fao89 almost 4 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Enable proxy on token refresh requests
https://pulp.plan.io/issues/8051 closes #8051