When we configure a gitlab account to import the projects into strider, it was possible in v1.0.7 that the gitlab user, which token is configured in strider has only guest access in his gitlab account.
But in v1.1.0 the user now has to be owner or master of the group which projects are imported.
Now there is an error:
"results":[],
"status":"error",
"errors":[
{"code":500,"reason":"Failed to setup repo: undefined"}
]
Strider is receiving an 403 Forbidden from Gitlab when sending Api-Calls for creating the hooks and adding the Deployment Keys.
Is this correct that the user has to have this high access rights or isn't it possible with guest access too?