Patrick Carlson
Patrick Carlson
Can confirm this is still broken with `docker.repository.cloudera.com/cloudera/cdsw/ml-runtime-workbench-python3.7-standard:2023.05.2-b7` as the base image. Based on looking at the `Dockerfile`, it may have something to do with permissions and/or contents of `/etc/R/Renviron.site`.
Rebased onto `develop` branch
I tried your suggestion but sadly, it didn't seem to work. The [HttpConnection ](https://github.com/openanalytics/shinyproxy/blob/14a3224df6b75d70fae676d5e54c6ad691549b97/src/main/java/eu/openanalytics/shinyproxy/ShinyProxyTestStrategy.java#L70) is still using just the ID when it makes the HTTP GET check. ``` 2025-01-09T17:16:11.756Z DEBUG...
Thanks, we haven't been able to do any testing or work on this yet, sorry. It is preventing us from implementing SSO which is not the end of the world...
What about using other tools or services to help this? Would [oauth2-proxy](https://oauth2-proxy.github.io/oauth2-proxy/) for example be able to handle the single-sign-on (SSO) and connectivity to OIDC and then just pass further...
I was able to deploy `oauth2-proxy` and leverage the [Shiny Proxy header based authentication](https://www.shinyproxy.io/documentation/configuration/#custom-header-based-authentication) with it to examine and use the header values from `oauth2-proxy` to validate group membership. It...
Most of the setup is in setting up the oauth2-proxy service itself. We slightly customized the `oauth2-proxy:latest-alpine` image for our needs. In our `docker-compose.yml` we have the following: ``` oauth2-proxy:...
I also had to downgrade to numpy `1.X`. I suspect the `requirements.txt` files will need to be updated.
Rebased onto `develop` branch