-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[DOC-366] Add Dagster Plus audit log guide (#23931)
## Summary & Motivation Introduces a basic docs guide for the Plus audit log, including a list of auditable actions. https://dagster-docs-beta-j3dho3hl2-elementl.vercel.app/dagster-plus/access/rbac/audit-logs ## Changelog [Docs] `NOCHANGELOG` --------- Co-authored-by: Erin Cochran <[email protected]>
- Loading branch information
1 parent
fd2c9e5
commit 756000b
Showing
2 changed files
with
79 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 17 additions & 0 deletions
17
examples/docs_beta_snippets/docs_beta_snippets/dagster-plus/access/rbac/audit-logs.graphql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
query AuditLogQuery( | ||
$limit: Int, | ||
$cursor: String, | ||
$filters: AuditLogFilters | ||
) { | ||
auditLog { | ||
auditLogEntries(limit: $limit, cursor: $cursor, filters: $filters) { | ||
id | ||
eventType | ||
authorUserEmail | ||
authorAgentTokenId | ||
eventMetadata | ||
timestamp | ||
deploymentName | ||
} | ||
} | ||
} |
756000b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Deploy preview for dagster-docs-beta ready!
✅ Preview
https://dagster-docs-beta-mzddcln48-elementl.vercel.app
https://dagster-docs-beta.dagster-docs.io
Built with commit 756000b.
This pull request is being automatically deployed with vercel-action