Ivan Sh.

Results 4 comments of Ivan Sh.

@boid-com I'm having the same issue. Have you been able to resolve it?

You could also add an init container to your yaml template as a workaround: ``` initContainers: - name: workspace-permission-setter image: busybox command: ["sh", "-c", "chown -R 1000:1000 /home/jenkins/agent"] securityContext: runAsUser:...

Hi, I wanted to circle back to this issue, it remains a high priority for our platform. Not sure if you've had the opportunity to look into this already but...

> I want to proxy calls through my server but i cant set the baseUrl. Because the baseurl for threads and assistants api is in a static class variable. But...