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
Hey @jon4hz! That's a fond idea. Soft Serve now can support new backends as long as they implement the interface. The idea I have in mind is to implement different backends as Go plugins.
This is still in the works and the API is subject to change. I would love to hear your thoughts on this 🙂
Hi, sorry for getting back so late. To be honest, I never implemented ldap as backend myself so I'm not sure what the obstacles are. However I did self host gitlab for a short time and I think they are provisioning the ldap users in the same db as the "normal" users.
Describe the solution you'd like
Add support for group and team based ACLs
Be able to specify repo ACLs for teams and users. Set the default to
read-write
for new repositories andread-only
for public repositories.Similar to what Gitolite ACLs offer but using SSH instead. Perhaps support importing Gitolite conf syntax
The text was updated successfully, but these errors were encountered: