openanalytics / shinyproxy-operator

Easily run ShinyProxy on a Kubernetes cluster
https://shinyproxy.io
Apache License 2.0
37 stars 9 forks source link

Shinyproxy pod created by operator uses wrong application.yml #6

Closed abinet closed 3 years ago

abinet commented 3 years ago

I am trying to follow the docs for namespace scoped installation. However it seems that the shinyproxy pod created by operator uses docker image application.yml from /opt/shinyproxy folder instead of configmap mounted into /etc/shinyproxy/application.yml.

aupadh12 commented 3 years ago

I tried using the clustered scoped installation and the same issue happens to be happening over there as well. I am using openid to configure the SSO using Azure AD but still, it is asking me for userid and password.

LEDfan commented 3 years ago

Hi

You have to use the latest version of the operator (openanalytics/shinyproxy-operator-snapshot:0.0.1-SNAPSHOT-20210302.095930) , the documentation was not yet updated for this.

aupadh12 commented 3 years ago

Hi @LEDfan ,

That worked for me. Thank you.