From d04e4c3e3c352144a53c3422a220f71d7a339744 Mon Sep 17 00:00:00 2001 From: Sebastian Bernauer Date: Tue, 27 Aug 2024 13:28:32 +0200 Subject: [PATCH] docs: Doucment how to switch to uif wrapper (#91) --- stacks/end-to-end-security/trino-policies.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/stacks/end-to-end-security/trino-policies.yaml b/stacks/end-to-end-security/trino-policies.yaml index 4edac1d..bb5df22 100644 --- a/stacks/end-to-end-security/trino-policies.yaml +++ b/stacks/end-to-end-security/trino-policies.yaml @@ -174,6 +174,7 @@ data: # TODO: Once 24.11 is out, switch to https://github.com/stackabletech/opa-operator/pull/580 instead of doing the # http call itself + # extra_groups := data.stackable.opa.userinfo.v1.userInfoByUsername(input.context.identity.user).groups extra_groups := groups if { request := { "method": "POST",