I would like that authenticated users can only:
- view
- clone
- fetch/pull from it?
basically I want prevent users, even authenticated ones, to push to this git repo. But for other git repos on the same GitBlit I may desire to have authenticated users to also push to those repos.
thank you in advance
As mentioned in the Gitblit FAQ, the easiest way would be to install in addition of Gitblit a gitolite, which is an authorization layer.
That will allow you to put in place all kind of access restriction, based on user authentication.