We are using groups in active directory for access control on some repo's. How can we show which groups are being used by which repo's?
We are changing our active directory configuration, and we'd like to change the access control so that we don't lose it when the old groups disappear.
As I've written a REST-Client Framework for Bitbucket for internal use, i prefer using the API
I haven't seen anything like this as a complete solution.
What I would try is using Bitbucket-REST API (https://developer.atlassian.com/static/rest/bitbucket-server/4.5.2/bitbucket-rest.html)
A solution might be: /rest/api/1.0/admin/permissions/groups (haven't used this API yet ...)
Another solution might be:
This requires a little scripting but should give you all you need
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.