management page loads, but after enetering password ask for authorization #9743
Replies: 2 comments 1 reply
-
Enabling HTTP API request logging and tacking a traffic capture are the best ways to narrow the issue down. My guess is that something prevents the UI from storing the identity/credentials it uses for later requests. But I cannot tell you what specifically that may be. If this was an upgrade, clearing all local state (caches, local storage) in your browser may help. |
Beta Was this translation helpful? Give feedback.
-
I just thought I would post the solution to this. After much looking online, I did stumble on a few suggestions. But really the issue for me was that I had used Azure File share for my persistent volume. So I created a new share, recreated the PV (and PVC for good measure). This time it works perfectly. ( I removed the resource locks and deleted the old share, I could have kept it. but it was quicker to test with a new share) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi All,
I have installed RabbitMQ using the bitnami charts.
this is my install command
It installs and works fine
The PODs create the environment looks great. we have the same install on other clusters. no issues
but this cluster something is different.
After deployment I edit the service and change it to LoadBalancer. I am using metallb.
I navigate to the ip http://10.0.1.120:15672 and then login appears.
I enter the username admin and the password from my command and then the best way to explain it an edge windows pops up saying
Sign in to access this site
Authorization required by http://10.0.1.120:15672
Your connection to this site is not secure
then has fields for username and passwords
I have not been able to search what it is or where it comes from?
I have added
--set management.tcp.ip=0.0.0.0
But more than this I don't know what the issue could be.
Beta Was this translation helpful? Give feedback.
All reactions