Tobia De Koninck
Tobia De Koninck
Hi The VPN connection needs to be established on the docker host system. Inside the container you should then be able to use the IP addresses of this connection without...
Hi You are free to use nginx in front of skipper. In that case you have to create an ingress resource that forwards the nginx traffix to the skipper service,...
Hi You'll have to deploy an ingress controller, such as ingress-nginx: https://kubernetes.github.io/ingress-nginx/ . Also see the official k8s docs: https://kubernetes.io/docs/concepts/services-networking/ingress-controllers/
Hi, it seems you don't have a ShinyProxy instance yet. If you apply this file https://github.com/openanalytics/shinyproxy-operator/blob/master/docs/deployment/overlays/1-namespaced/resources/shinyproxy.shinyproxy.yaml , a ShinyProxy server will be started. Once it's ready, a service `sp-shinyproxy` will...
Hi @mth003 the `kubernetesIngressPatches` property can only patch the `ingress` resources created by the operator, a `VirtualService` is a different kind and cannot be created or patched by the operator....
Hi, are you using another loadbalancer or proxy in front of Skipper? If so, I think you should be able to setup the headers in that proxy (see e.g. for...
Hi In principle, nothing special is needed to make ShinyProxy work with the external redis server. The Redis deployment inside this repository is also based on the bitnami helm chart...
Hi, this permissions is only needed when you have the [`container-log-path`](https://shinyproxy.io/documentation/configuration/#local-file-back-end) option enabled. Your change is correct and should fix the issue. However, I think we should indeed improve the...
Hi, in general the operator should just work in OpenShift. To make the ingress work, you either have to point an existing ingress controller to the Skipper service or you...
Hi I changed the documentation to always use the full `kubectl` command. Regarding the issue you are having with login, this is happening when the CSRF security is not working....