You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm encountering an authorization issue after deploying Eclipse Ditto using the Helm Chart with default values with docker desktop. The deployment process completed without any errors, and I followed the instructions to port forward and obtained the passwords for the "devops" and "status" accounts.
However, upon attempting to access "http://devops:${DEVOPS_PWD}@localhost:8080/devops," I receive the message, "The requested resource could not be found."
Additionally, I am unable to log in at "localhost:8080/ui" using the "devops" or "status" passwords.
I would greatly appreciate any assistance in resolving this issue and would welcome any insights on where the problem may lie.
The text was updated successfully, but these errors were encountered:
kalyanibharadwaj
changed the title
Facing issue to up the Eclipse Ditto using Helm
Facing Authorization issue to up the Eclipse Ditto using Helm
Dec 13, 2023
observed same issue even with 3.4.3, i spend some time to debug and understand.
once i added the user under hashedBasicAuthUsers: its started working ...
I'm encountering an authorization issue after deploying Eclipse Ditto using the Helm Chart with default values with docker desktop. The deployment process completed without any errors, and I followed the instructions to port forward and obtained the passwords for the "devops" and "status" accounts.
However, upon attempting to access "http://devops:${DEVOPS_PWD}@localhost:8080/devops," I receive the message, "The requested resource could not be found."
Additionally, I am unable to log in at "localhost:8080/ui" using the "devops" or "status" passwords.
I would greatly appreciate any assistance in resolving this issue and would welcome any insights on where the problem may lie.
The text was updated successfully, but these errors were encountered: