Simen
Simen
Has anyone found a fix or workaround for this?
I am still having the same slow speeds when using direct IP.
I believe this is a result of issue [2158](https://github.com/netbirdio/netbird/issues/2158)
The reason i want this implemented is because i am making a plugin that verifies git signatures before running the pipeline with a goal of not having trust in the...
> If someone has hijacked access to forge, it's over anyway, right? Unfortunately yes this is how most CI systems are set up, however CI is a really good place...
Using the configuration extension can work, but it requires a separate trusted server containing the workflow files and then you need some logic to either compare hashes of the one...
Having a way to only let one or more plugins clone means you only need trust in the woodpecker server instead of a whole nother server for the configuration extension....
We could have a server config like `WOODPECKER_STRICT_CLONE_REPOS` that would be a list of repos strict cloning would apply?
Having this option in the UI would counteract trying to remove trust in the Forge, an attacker who has compromised the Forge could just log into the UI, disable strict...
Yes true, i should have said this earlier, but i also think removing that from the UI as a part of strict cloning would be necessary.