https://rancher.com/ logo
Title
g

great-evening-84612

02/27/2023, 7:45 PM
Hi, it's my first installation and I have some issues. All pod are running
terraform-controller-69d9c56c8b-7rhmt   1/1     Running   0          4d21h
gargantua-shell-7d6b5874c9-q67mt        1/1     Running   0          4d21h
gargantua-6f44b77f6d-mr95b              1/1     Running   0          4d21h
ui-6cd8b4fb46-8p2nq                     1/1     Running   0          19m
admin-ui-57485cf799-xrdxr               1/1     Running   0          19m
I have acces to admin.hobbyfarm.fafarun.fr and hobbyfarm.fafarun.fr. But I can't register a new user. When I click on the button register nothing append. I generate an user with yaml file. But i have the problem when i tried to connect to the admin interface. I see nothing in pod logs
10.42.0.40 - - [27/Feb/2023:19:50:05 +0000] "GET /login HTTP/1.1" 200 62061 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.2 Safari/605.1.15" "10.42.0.1"
10.42.0.40 - - [27/Feb/2023:19:50:05 +0000] "GET /main.a8d1122ea834a460ed78.js HTTP/1.1" 304 0 "<https://admin.hobbyfarm.fafarun.fr/login>" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.2 Safari/605.1.15" "10.42.0.1"
With firefox console, i have an issue with my certificate. i don't have a authority, i use the selfsigned with cert-manager. I activate insecure in my helm value
insecure: true
What i need to do ?
I desactivate tls for my ingress for the moment to try the application
w

wooden-electrician-2256

02/28/2023, 8:41 AM
I think your client has to trust the backend for this to work
g

great-evening-84612

02/28/2023, 8:20 PM
Now, it works without tls, it's enough for my lab. I will use TLS in production mode.