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 used ouctl with the openunison-default.yaml file only slightly adjusted:
changed hostnames in network section
adjust k8s_url
ingress_type traefik
enabled activedirectory
The command to install was: ouctl install-auth-portal -s OpenUnison/cleartext.txt OpenUnison/values.yaml
I get three pods in the openunison namespace:
openunison-operator-...
ouhtml-orchestra-login-portal-...
openunison-orchestra-...
I can curl the hostname for openunison with HTTP (which correctly redirects).
I can curl the hostname for openunison with curl -k (due to the self-signed certificate), but then I get an Internal server error
I tried to find anything in the logs in the pods, but there are none that seem related.
I am wondering if a deployment is missing, as during my experiments with helm based installations I had a kube-oidc-proxy-orchestra pod running?
Can you tell me where to start debugging this?
The text was updated successfully, but these errors were encountered:
I used ouctl with the openunison-default.yaml file only slightly adjusted:
The command to install was:
ouctl install-auth-portal -s OpenUnison/cleartext.txt OpenUnison/values.yaml
I get three pods in the openunison namespace:
I can curl the hostname for openunison with HTTP (which correctly redirects).
I can curl the hostname for openunison with
curl -k
(due to the self-signed certificate), but then I get anInternal server error
I tried to find anything in the logs in the pods, but there are none that seem related.
I am wondering if a deployment is missing, as during my experiments with helm based installations I had a kube-oidc-proxy-orchestra pod running?
Can you tell me where to start debugging this?
The text was updated successfully, but these errors were encountered: