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'.
Actions
Allow updating auth_url on CollectionRemote when token is already set
https://pulp.plan.io/issues/7957 closes #7957