Gradlon von Känel
Gradlon von Känel
Is there a plan to implement this feature, request? We rely on prefixes to grant permissions to our customers.
I tried this already, but did not help. Still stuck with a broken dev environment.
Is there any update on that? Did you solve it?
I have the same issue. It tries to resolve https:// as far as I understand this. There is no setting to change to TLS in insomnia. After some testing: use...
Same here.
I want this plugin, so I guess I will do it then. @s4ke Can you point me in the right direction to get started?
@s4ke I gave it a go. As far as I understand it, it should be straightforward. For the moment I am stuck at the point of creating the Socket, somehow...
I gave it another go. I believe that tit fails on ``` Jul 11 20:53:44 builder dockerd[4764]: time="2024-07-11T20:53:44+02:00" level=error msg="F0711 18:53:44.301927 server.go:61 invalid endpoint: /var/run/csi.sock" plugin=985fc05f71364389edee9051907919eb204012d2056af5cb62f167f2ec90e102 ``` But I could...
Running ``` docker run -it --rm --privileged --pid=host -v /proc:/host/proc -v /var/run/docker/netns:/var/run/docker/netns -v /var/lib/docker/plugins//rootfs:/plugin-root alpine chroot plugin-root sh ./seaweedfs-csi-driver -nodeid=$HOSTNAME -filer=10.0.1.1:8888 ``` I can see that the process works in...
No, did not understand how I should be doing this Currently, I am trying to pass arguments to the CSI. Socket connection now works, now I want to make it...