Marc Boorshtein

Results 78 comments of Marc Boorshtein

did you bookmark the login form? usually happens when your go directly to the JSP page instead of first going to `/` or `/scale/index.jsp`

> ``` [2021-06-17 13:43:26,695][XNIO-1 task-1] INFO AccessLog - BIND op=3 con=2 dn='CN=******\, ******,CN=Users,DC=******,DC=*****' [2021-06-17 13:43:26,704][XNIO-1 task-1] INFO AccessLog - RESULT op=3 con=2 result=49 time=9 ``` the bind to your ldap...

what do the logs in the `openunison-orchestra` pod say? That's the pod that will generate these messages

that's odd. there should be a bunch of other tables. The operator uses the same config and drivers as the openunison pod. That said, we're getting ready to release a...

What version of the dashboard are you using and what distribution of Kubernetes are you using?

Also, what secrets are there in your dashboard namspace?

take a look at your orchestra cr (`kubectl edit openunison orchestra -n openunison`), look for a block like this in `spec.key_store.keys[2]: ``` - create_data: ca_cert: true delete_pods_labels: - k8s-app=kubernetes-dashboard key_size:...

hm, should have updated the secret. Take a look at the `kubernetes-dashboard-certs` secret. Does it have any annotations on it? Are you using a custom secret name for your dashboard...

how old is the dashboard pod? did it get restarted after openunison was deployed? (it should have been). It looks like the dashboard is still using an auto-generated cert. What...