Open BigOHenry opened 5 years ago
Thanks for the report. I don't have the time to fix this right now, but it should be the way I parse the auth headers.
Note to self: Check line 68 - if the header has more spaces (due to service name containing space), the auth_header var should have [1] till last [#]:
auth_header = r.headers["Www-Authenticate"].split(" ")[1]
Token-based authentication not work if service have space in name. Example: service="Service name with spaces"
version: master
docker registry config:
Thank you