Joseph Weigl
Joseph Weigl
yes.. i'm using the user over ssh from another laptop without any issues (ssh added using ssh-copy-id)
hmm interesting.. and your key is only stored in /var/lib/openmediavault/ssh/authorized_keys/%u ?
okay.. maybe i should test it with a different user.. thanks for the information.. i will give feedback asap
for the record: i'm now using the following snippet for this use-case: ``` import ( "encoding/json" "fmt" "net/http" "strings" "github.com/labstack/echo/v4" ) type MergeJsonBinder struct{} // Bind implements the `Binder#Bind` function....
i can confirm this issue in combination with the ubuntu oh-my-zsh plugin
@aserrallerios tested your workaround for the ubuntu plugin and it seems to works . Thanks
looks like helm plugin is also not working :(
We have also discorded a negativ effect of this issue in combination with Kyverno. Kyverno is also trying to fetch the CRDs and thus puts some extra pressure on the...
@MisterMX ah okay. good to know that at least this issue is already known. maybe a solution to mitigate the race condition could be use a hash of the file...