python-harborclient
python-harborclient copied to clipboard
Can't access harbor which requires LDAP domain in username
Trying to connect to harbor HARBOR_USERNAME="domain\username" fails. "CommandError: Unable to authorize user 'domainusername': {"reason": "Bad Request", "message": "password=somepass&principal=domainusername"}" Still I can connect from docker login without any problems. Does it support connection using AD user ? If yes, then how?
Would you try to use single quotes instead in your environment HARBOR_USERNAME
to avoid misinterpreting escape ?