-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bitbucket Server: add token validator #9108
Conversation
@AlexTugarev I feel I'm doing sth wrong. I got this screent, depsite obviously being able to push, and having all permissions ticked (checked afterwards): |
@geropl, thanks testing. is it What do these resources tell you when navigation in browser while being logged in with a regular BBS user? |
@AlexTugarev I get this for bot requests (regular user): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully tested all 3 cases as described in OP ✅
/hold in case you want to investigate what happened with @geropl
@jldec No, happy to see it worked for you 🙏 - not need to block this any further, then! 🎉 /unhold |
Description
This PR implements a token validator for Bitbucket Server which is used to guess missing git permissions when using
git
.Without this change every attempt to push a commit will cause this notification even if you are trying to push to your own repo:
Related Issue(s)
Fixes #9062
How to test
Release Notes