Skip to content

Commit 0f5552f

Browse files
committed
docs: Add Trino improvements
1 parent f37a5c7 commit 0f5552f

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

modules/ROOT/partials/release-notes/release-26.3.adoc

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,17 @@ The Entra User Info Fetcher (UIF) backend has been stabilized with the introduct
172172
Conversion between v1alpha1 and v1alpha2 is handled automatically by default.
173173
Implemented in https://github.com/stackabletech/opa-operator/pull/801[opa-operator#801].
174174

175+
===== Trino
176+
177+
*Breaking:* The operator no longer sets `opa.policy.column-masking-uri` in `access-control.properties` but `opa.policy.batch-column-masking-uri` instead, allowing Trino to fetch multiple column masks in a single request.
178+
This therefore now requires a `batchColumnMasks` rule to be present in the OPA Trino rules, when using the default URI set by the trino-operator.
179+
180+
* The above default can be disabled with the new enableColumnMasking field in the opa configuration in authorization
181+
* *Breaking:* The field opa in authorization is now a mandatory enum variant instead of being optional
182+
* Quick note: Use `spec.clusterConfig.authorization.opa.enableColumnMasking: false` instead of `batchColumnMasks = []`
183+
184+
See https://github.com/stackabletech/trino-operator/issues/814[trino-operator#814].
185+
175186

176187
==== Supported versions
177188

0 commit comments

Comments
 (0)