Closed LosaMiguel closed 8 months ago
I have reverted back to helm chart 1.9.4 and this problem has been fixed, I still don't know why/how this issue happened.
We're also running into this, I think something about the realm it authenticates with broke?
GET /v2/ authenticated -> www-authenticate: Basic realm="harbor-registry-basic-realm"
GET /v2/ unauthenticated -> www-authenticate: Bearer realm="https://harbor.<example.com>/service/token",service="harbor-registry"
This issue is being marked stale due to a period of inactivity. If this issue is still relevant, please comment or remove the stale label. Otherwise, this issue will close in 30 days.
This issue was closed because it has been stalled for 30 days with no activity. If this issue is still relevant, please re-open a new issue.
helm version: v2.6.0 helm-chart version: 1.10
I'm having issues logging into the docker client to push/pull an image to a repository.
If I enter an invalid user, the login fails as expected with 'Invalid credentials':
core.logs
But if I use the correct credentials no logs are found in the core pod but the registry pod fails with:
registry.logs
What I find strange is that the error always displays an empty user in
error authenticating user "": authentication failure
. This happens with the admin user, users I've added to the database and LDAP users if I activated LDAP authentication as well.My harbor is running on an OCP cluster and is using ClusterIP as the expose.type, but runs behind an ocp route functioning as a reverse proxy.