Skip to content

Commit 4c588d7

Browse files
committed
add code location events to audit log docs
1 parent ede48f9 commit 4c588d7

File tree

1 file changed

+3
-0
lines changed
  • docs/docs/dagster-plus/features/authentication-and-access-control/rbac

1 file changed

+3
-0
lines changed

docs/docs/dagster-plus/features/authentication-and-access-control/rbac/audit-logs.md

+3
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ The **Filter** button near the top left of the page can be used to filter the li
4848
| Delete deployment | A user removes an existing deployment | Whether the deployment is a branch deployment |
4949
| Create user token | A user creates a new user token | |
5050
| 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 |
5154
| 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 |
5255
| Create agent token | A user creates a new agent token | |
5356
| Revoke agent token | A user revokes an existing agent token | |

0 commit comments

Comments
 (0)