Actions
Issue #7957
closedI can't remove auth_url from a remote
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Platform Release:
OS:
Triaged:
No
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Quarter:
Description
I want to remove auth_url
from my remote, but I can't because when I submit "auth_url": null
, the server responds with a validation error.
PUT
{
"auth_url": null,
"url": "https://alaxy.ansible.com/api/v2/collections/",
"name": "Community",
}
Response: When specifying 'auth_url' you must also specify 'token'.
Updated by pulpbot about 4 years ago
- Status changed from NEW to POST
Added by Fabricio Aguiar about 4 years ago
Updated by Anonymous about 4 years ago
- Status changed from POST to MODIFIED
Applied in changeset pulp_ansible|21b0777361183e06ba5647f484528d05612c9bf5.
Updated by pulpbot almost 4 years ago
Added by Fabricio Aguiar almost 4 years ago
Revision 8f8fd431 | View on GitHub
Allow updating auth_url on CollectionRemote when token is already set
https://pulp.plan.io/issues/7957 closes #7957
(cherry picked from commit 21b0777361183e06ba5647f484528d05612c9bf5)
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 fao89 almost 4 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
Allow updating auth_url on CollectionRemote when token is already set
https://pulp.plan.io/issues/7957 closes #7957