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
Copy file name to clipboardExpand all lines: docs/docs/dagster-plus/features/authentication-and-access-control/rbac/audit-logs.md
+3
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,9 @@ The **Filter** button near the top left of the page can be used to filter the li
48
48
| Delete deployment | A user removes an existing deployment | Whether the deployment is a branch deployment |
49
49
| Create user token | A user creates a new user token ||
50
50
| Revoke user token | A user revokes an existing user token ||
51
+
| Create code location | A user creates a new code location | The code location name, image, and git metadata |
52
+
| Update code location | A user updates an existing code location | The code location name, image, and git metadata |
53
+
| Delete code location | A user removes a code location | The code location name |
51
54
| Change user permissions | A user alters [permissions](/dagster-plus/features/authentication-and-access-control/rbac/user-roles-permissions) for another user | The permission grant and targeted deployment |
52
55
| Create agent token | A user creates a new agent token ||
53
56
| Revoke agent token | A user revokes an existing agent token ||
0 commit comments