Actions
Issue #7802
closedWhen I use CollectionRemote.auth_url I also need to use CollectionRemote.token and vice versa
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Platform Release:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Sprint 85
Quarter:
Q4-2020
Description
Right now users can create a CollectionRemote
with either auth_url
, or token
, or both. The downloaders though require both auth_url
and token
to be set for meaningful operation. ansible-galaxy
CLI clients only would use token
alone as a Github token when uploading which pulp_ansible does not currently support.
Updated by fao89 about 4 years ago
- Sprint/Milestone set to 0.5.1
- Triaged changed from No to Yes
- Sprint set to Sprint 85
- Quarter set to Q4-2020
Updated by bmbouter about 4 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to bmbouter
Updated by pulpbot about 4 years ago
- Status changed from ASSIGNED to POST
Added by bmbouter about 4 years ago
Updated by bmbouter about 4 years ago
- Status changed from POST to MODIFIED
Applied in changeset pulp_ansible|f12665113bbe8a71e6e0b241e0504c1deb0f58a7.
Updated by pulpbot about 4 years ago
Added by bmbouter about 4 years ago
Revision 3695a526 | View on GitHub
Adds validation to CollectionRemoteSerializer
When using either the token
or auth_url
attributes, ensure the user
is using both.
closes #7802
Updated by pulpbot about 4 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
Adds validation to
CollectionRemoteSerializer
When using either the
token
orauth_url
attributes, ensure the user is using both.closes #7802