Network maintenance. Planio will be observing two scheduled maintenance windows this Tuesday, March 2 and Wednesday, March 3 from 02:00 UTC until 06:00 UTC each in order to perform maintenance on access routers in our primary datacenter. Your account might observe short downtimes during these periods up to several minutes at a time.
Issue #7802
When I use CollectionRemote.auth_url I also need to use CollectionRemote.token and vice versa
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.
Associated revisions
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
History
#4
Updated by bmbouter 4 months ago
- Status changed from POST to MODIFIED
Applied in changeset pulp_ansible|f12665113bbe8a71e6e0b241e0504c1deb0f58a7.
Please register to edit this issue
Adds validation to
CollectionRemoteSerializer
When using either the
token
orauth_url
attributes, ensure the user is using both.closes #7802