This message was deleted.
# general
a
This message was deleted.
r
Thank you for your quick reply. I followed the instructions from the rancher initial setup. I was able to edit the admin and communicate with the API through the bootstrap token. However, even after API communication, I still get the initial rancher page "It seems you haven't logged in yet". How can I change this?
l
I think that you are talking about Rancher asking to enter initial aka bootstrap password? I solved it by modifying helm upgrade with
--set bootstrapPassword={{ rancher_admin_initial_password }}
🙌 1
r
Ok, I have set the BootstrapPassword. However, I still get a page where I have to enter it and set an admin password. But I have already changed the admin password successfully via the API. But I can't log in with it, because I still don't get the sign-in page.
This is the page I get displayed. But I want to have the normal sign-in page, because I want to use the bootstrapPassword only for the API communication to set the admin password
The goal with the ansible script is, that nobody has to set a password himself
I fixed it
The problem was, that the new password was less than 12 characters long
Thank you very much