We have a git private repository, I have defined a group, who's members can access this repository.
Within git, there are no rules about defining who you are. You can make up an email or username but, when you push, a change, you have to be a credentialed bitbucket user.
My question is, if someone has a generic name like root or admin when they check-in code, is there any way to determine the credentialed bit bucket user associated with that push? I have looked long and hard and cannot find a solution on the web.
I do not think you can map OS-level usernames to Bitbucket usernames using some configurable mapping. And even if it was possible, I think this would not be a very good practice, as another level of abstraction may complicate your life.
Why don't you force using the Bitbucket username as Git committer name?
(You could even use the Commit Policy for Bitbucket app to enforce this.)
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.