Skip to content

Commit c6e7fb8

Browse files
authored
docs: Update Rego rules to v1 (#716)
* docs: Update Rego rules to v1 * typo * Update ring for RUSTSEC-2025-0009
1 parent 785b2f4 commit c6e7fb8

File tree

2 files changed

+5
-11
lines changed

2 files changed

+5
-11
lines changed

Cargo.lock

Lines changed: 3 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/modules/trino/pages/usage-guide/operations/graceful-shutdown.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,8 @@ If you use your own custom rego rules, you can achieve this by adding the follow
110110

111111
[source,rego]
112112
----
113-
allow {
113+
# Allow graceful shutdown, see https://docs.stackable.tech/home/stable/trino/usage-guide/operations/graceful-shutdown/#_authorization_requirements
114+
allow if {
114115
input.action.operation == "WriteSystemInformation"
115116
input.context.identity.user == "graceful-shutdown-user"
116117
}

0 commit comments

Comments
 (0)