1

I downloaded the installed the Bonobo Git Server application and created repository and users. Everything is working fine except I am not seeing any option to set the permission to a user. For example I want create an user "user1" with read only permission. Let me know if there is any option to set the permission to an user.

Anupam Shukla
  • 35
  • 2
  • 9

1 Answers1

0

Bonobo issue 256 states:

Is this possible with Bonobo out of the box or with some additional scripts?

You can either allow anonymous users to have a read only access to the repository or you are giving read/write access to individuals/groups.

(groups with AD: Active Directory, for example)

However, since PR 269, the authenticated user name is accessible via an environment variable, to allow for git hook validation of the user.
(Bonobo 4.0.0+)

That means the repo can have, on the server side, a pre-receive hook for rejecting a push from that user.

Community
  • 1
  • 1
VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250