Tobia De Koninck

Results 118 comments of Tobia De Koninck

Hi This is possible using the `kubernetesPodTemplateSpecPatches` field of the shinyproxy CRD. First you have to create a configmap containing the keystore. You can do this with a typical yaml...

Hi I seem to have missed this issue. The reason you get this, is that the `CRD` resource is not yet applied when you try to apply the other resources....

Hi Can you explain a bit more what does not work? Is the pod with ShinyProxy not deployed? Or does it not start up? Or does SAML simply not work?...

BTW it seems that the `proxy.saml. app-base-url` is wrong. You have configured it as `http://localhost:8080` but that probably won't work in a k8s cluster. It should be the URL that...

Hi I think there may be an misunderstanding how the operator woks. You mention: > but I can't find any way to be able to run an application with a...

Hi @anoop7181 There was a bug in the operator (or more precisely, in the library we use to talk with k8s) where the operator could be confused about the state...

Hi We have had ideas in the same direction, but we don't have any concrete plans for implementing it. Our idea is basically as follows: - a ShinyProxy CRD without...

That's an interesting idea @kfox1111! It would make things a bit more complex on the operator side, e.g. when an app CR has been updated, the operator needs to figure...