Skip to content

Commit ae2eb86

Browse files
test: Fix METADATA scope
1 parent 6f4d5a4 commit ae2eb86

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/templates/kuttl/opa-authorization/trino_rules/trino/actual_permissions.rego

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ identity := input.context.identity
2424
# Example:
2525
# package trino_policies
2626
# extra_groups := data.stackable.opa.userinfo.v1.userInfoByUsername(input.context.identity.user).groups
27+
# scope: document
2728
default extra_groups := []
2829

2930
extra_groups := data.trino_policies.extra_groups

0 commit comments

Comments
 (0)