Actions
Bug #33576
closedchange urls with username and password in the url to use basic auth parameters in pulp3
Description
pulp2 worked with urls like this: https://user:pass@hostname/foo/
but pulp3 doesn't. We should write an upgrade rake task to identify these and fix them. We should also probably update them in pulp if this is going in an upstream katello release.
In addition we should add a validation to prevent this from being set, pulp is adding something similar.
Actions