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
{{ message }}
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.
I found that pipeline use "Permissions.ProjectAccess.AccessLevel" to deside if I can pull the code.
So I must add the right to project not to the group.
I used to make my account as the owner of the group, but it's not work in rancher, it show "no permission".
After I make the account as the master of the project, it works.
The text was updated successfully, but these errors were encountered:
Actually, it detects admin permission for hooks using both ProjectAccess and GroupAccess.
Per Gitlab's repo API, a user can still have permissions even though these two fields are null.
The issue probably happens when a user's project is shared with a group. The shared_with_groups field does not tell the real permission of the current user unless user-group relations are inspected.
I found that pipeline use "Permissions.ProjectAccess.AccessLevel" to deside if I can pull the code.
So I must add the right to project not to the group.
I used to make my account as the owner of the group, but it's not work in rancher, it show "no permission".
After I make the account as the master of the project, it works.
The text was updated successfully, but these errors were encountered: