I'm testing the branch level permissions in Stash 2.0 but I must be missing something... I'm having trouble getting it to work, here's the setup:
Security Setup for 'testuser'
- Project Level Permissions: Observer
- Repository Branch Level Security: Write (Just to the available branch options, I tried the advanced as well with no luck)
Everytime I try to push the branch, i get:
fatal: remote error: Insufficient permissions
You do not have permission to push to the repository test in project
fatal: The remote end hung up unexpectedly
Just to clarify branch permissions doesn't elevate the project level permissions it is more of a restriction. When you push changes to a repository first the project level permission is checked. This is the same as it was in Stash 1.x meaning the user must be a contributor (have write access) to the project in order for their push to proceed. Stash then checks the branch permissions for each branch which is being updated. If a restriction exists and the user doesn't have permission the push is rejected. If there is no restriction or they have permission the push is successful.
Hey Jason,
I posted this today:
https://answers.atlassian.com/questions/134904/stash-security-bug-branch-permissions
It appears that your comment about branch level permissions being more restrictive is not functioning for us in Stash 2.0.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Assuming the contributor that does not have push access to master but has push access to contrib then the contributor should make sure to only work, commit and push on branch contrib
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ah sorry, after some testing, ALL users need to be setup with contributor access and you have to assign permissions to the master branch (cannot leave blank).
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.