Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
benpankow committed Aug 26, 2024
1 parent ca05c96 commit 0f7be36
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions docs/docs-beta/docs/dagster-plus/access/rbac/audit-logs.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,21 +28,21 @@ The "Filter" button on the top left of the Audit log pane can be used to filter

## Audit log entry types

| Event type | Description | Additional data |
|--------------------------------|---------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------|
| Log in | A user logs in to the Dagster Plus organization | |
| Update sensor | A user toggles a sensor on or off | The sensor name, code location, and cursor |
| Update schedule | A user toggles a schedule on or off | The schedule name, code location, and cursor |
| Update alert policy | A user modifies an [alert policy](/dagster-plus/deployment/alerts/ui) | The new configuration for the alert policy |
| Create deployment | A user creates a new [deployment](/dagster-plus/deployment-types) | Whether the deployment is a branch deployment |
| Delete deployment | A user removes an existing [deployment](/dagster-plus/deployment-types) | Whether the deployment is a branch deployment |
| Create user token | A user creates a new user token | |
| Revoke user token | A user revokes an existing user token | |
| Change user permissions | A user alters [permissions](/dagster-plus/access/rbac/users-roles-permissions) for another user | The permission grant and targeted deployment |
| Create agent token | A user creates a new agent token | |
| Revoke agent token | A user revokes an existing agent token | |
| Update agent token permissions | A user alters [permissions](/dagster-plus/access/rbac/users-roles-permissions) for an agent token | The permission grant and targeted deployment |
| Create secret | A user creates a new [environment variable](/dagster-plus/deployment/environment-variables/dagster-ui) | The created secret name |
| Update secret | A user modifies an existing [environment variable](/dagster-plus/deployment/environment-variables/dagster-ui) | The previous and current secret names and whether the value was changed |
| Delete secret | A user removes an [environment variable](/dagster-plus/deployment/environment-variables/dagster-ui) | The deleted secret name |
| Update subscription | A user modifies the selected Dagster Plus subscription for the organization | The previous and current plan types |
| Event type | Description | Additional details |
|--------------------------------|---------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------|
| Log in | A user logs in to the Dagster Plus organization | |
| Update sensor | A user toggles a sensor on or off | The sensor name, code location, and cursor |
| Update schedule | A user toggles a schedule on or off | The schedule name, code location, and cursor |
| Update alert policy | A user modifies an [alert policy](/dagster-plus/deployment/alerts/ui) | The new configuration for the alert policy |
| Create deployment | A user creates a new [deployment](/dagster-plus/deployment-types) | Whether the deployment is a branch deployment |
| Delete deployment | A user removes an existing [deployment](/dagster-plus/deployment-types) | Whether the deployment is a branch deployment |
| Create user token | A user creates a new user token | |
| Revoke user token | A user revokes an existing user token | |
| Change user permissions | A user alters [permissions](/dagster-plus/access/rbac/users-roles-permissions) for another user | The permission grant and targeted deployment |
| Create agent token | A user creates a new agent token | |
| Revoke agent token | A user revokes an existing agent token | |
| Update agent token permissions | A user alters [permissions](/dagster-plus/access/rbac/users-roles-permissions) for an agent token | The permission grant and targeted deployment |
| Create secret | A user creates a new [environment variable](/dagster-plus/deployment/environment-variables/dagster-ui) | The created variable name |
| Update secret | A user modifies an existing [environment variable](/dagster-plus/deployment/environment-variables/dagster-ui) | The previous and current variable names and whether the value was changed |
| Delete secret | A user removes an [environment variable](/dagster-plus/deployment/environment-variables/dagster-ui) | The deleted variable name |
| Update subscription | A user modifies the selected Dagster Plus subscription for the organization | The previous and current plan types |

0 comments on commit 0f7be36

Please sign in to comment.