Skip to content

Commit 3b53473

Browse files
committed
fix permissions
1 parent 8de5773 commit 3b53473

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/create_users_roles.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -473,6 +473,7 @@ async def create_roles(client: InfrahubClient) -> dict[str, str]:
473473
"schema-reviewer-role": [
474474
"global:manage_schema:allow_all", # Can manage schema definitions
475475
"global:review_proposed_change:allow_all", # Can review/approve PCs
476+
"global:edit_default_branch:allow_all", # Needed for PC approvals
476477
"object:*:*:any:allow_all", # Full access to all objects (CRUD)
477478
],
478479
}

0 commit comments

Comments
 (0)