Hey everyone! I need some help with Harbor. I recently installed it using Helm, but I can't access the UI. I set up a NodePort to reach it via my master node's IP, and according to the docs, the default login credentials are `admin:Harbor12345`, but I'm getting an 'invalid username or password' error. I even tried resetting the password with a command, but the reset password doesn't work either. What could I be doing wrong?
5 Answers
Just a heads up, make sure you're using the correct base URL set in your config when trying to access the UI; otherwise, it won’t load properly.
Check if the database connection is working. If there are no tables or users created, that could explain the login failure. Also, check the core pod's logs for more details.
First, check the network tools to see if there are any issues, and don’t forget to look at the pod logs when you try to log in. Sometimes Harbor requires specific routing for its pods, meaning all traffic should come from a single URL. If that’s not configured correctly, it could give you a misleading 'Wrong password' error.
I faced this too, and it turned out I needed to deploy Harbor with SSL. After that, logging into the UI went smoothly.
I ran into a similar issue! Make sure you've set the `baseUrl` correctly for the NodePort service. That might be where the problem lies.

Related Questions
How To Get Your Domain Unblocked From Facebook
How To Find A String In a Directory of Files Using Linux