You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, Gibbon Git Server does not provide a feature to restrict user access (push/pull) to specific files or folders within a repository. This functionality is crucial for scenarios where certain users should have limited access to specific parts of a repository.
Requested Feature
Implement a feature that allows administrators to define fine-grained access control at the file and folder level. This would enable repository owners to:
Restrict push and pull access for specific users to selected files or folders.
Define custom access policies within a repository to control which users can modify or view specific contents.
Use Case
In larger projects or sensitive environments, some files or folders might contain sensitive data or critical code sections. Allowing only specific users to access these parts of the repository will enhance security and collaboration.
Reference
This feature was inspired by a user query on the Bonobo Git Server Issues Page, where this requirement was requested.
The text was updated successfully, but these errors were encountered:
Problem
Currently, Gibbon Git Server does not provide a feature to restrict user access (push/pull) to specific files or folders within a repository. This functionality is crucial for scenarios where certain users should have limited access to specific parts of a repository.
Requested Feature
Implement a feature that allows administrators to define fine-grained access control at the file and folder level. This would enable repository owners to:
Use Case
In larger projects or sensitive environments, some files or folders might contain sensitive data or critical code sections. Allowing only specific users to access these parts of the repository will enhance security and collaboration.
Reference
This feature was inspired by a user query on the Bonobo Git Server Issues Page, where this requirement was requested.
The text was updated successfully, but these errors were encountered: