Skip to content

Commit 8490d00

Browse files
committed
review comments
1 parent c6e5974 commit 8490d00

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

modules/ROOT/pages/release-notes.adoc

+1-3
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ spec:
572572
---
573573
----
574574
575-
To adapt the rego rules to work with the new authorizer visit the documentation xref:trino:usage-guide/security.adoc[here], detailed under the section on "Authorization". For example, you can upgrade to the last version of Open Policy Agent and enter the relevant syntax in a ConfigMap like this:
575+
To adapt the rego rules to work with the new authorizer visit the documentation xref:trino:usage-guide/security.adoc#_authorization [here]. For example, you can upgrade to the last version of Open Policy Agent and enter the relevant syntax in a ConfigMap like this:
576576
577577
[source,yaml]
578578
----
@@ -599,8 +599,6 @@ data:
599599
trino.rego: |
600600
package trino
601601
602-
import future.keywords.in
603-
604602
default allow = false
605603
606604
allow {

0 commit comments

Comments
 (0)