Skip to content

Commit 8f8b177

Browse files
mihowclaude
andauthored
feat(roles): grant ML Data Manager collection and pipeline config perms (#1215)
Add permissions to MLDataManager role: - CREATE/UPDATE/DELETE_COLLECTION and POPULATE_COLLECTION (capture sets) - UPDATE/DELETE_PROJECT_PIPELINE_CONFIG (already had CREATE) Co-authored-by: Claude <noreply@anthropic.com>
1 parent 5130a1b commit 8f8b177

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

ami/users/roles.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,12 @@ class MLDataManager(Role):
141141
Project.Permissions.DELETE_JOB,
142142
Project.Permissions.DELETE_OCCURRENCES,
143143
Project.Permissions.CREATE_PROJECT_PIPELINE_CONFIG,
144+
Project.Permissions.UPDATE_PROJECT_PIPELINE_CONFIG,
145+
Project.Permissions.DELETE_PROJECT_PIPELINE_CONFIG,
146+
Project.Permissions.CREATE_COLLECTION,
147+
Project.Permissions.UPDATE_COLLECTION,
148+
Project.Permissions.DELETE_COLLECTION,
149+
Project.Permissions.POPULATE_COLLECTION,
144150
}
145151

146152

0 commit comments

Comments
 (0)