Skip to content

Commit 681bc60

Browse files
committed
fix docs
1 parent d635bdd commit 681bc60

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

docs/modules/trino/pages/reference/security.adoc

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,17 @@
1111
[source,yaml]
1212
----
1313
apiVersion: trino.stackable.tech/v1alpha1
14-
kind: TrinoCluster # <1>
14+
kind: TrinoCluster
1515
spec:
1616
clusterConfig:
1717
authorization:
1818
opa:
1919
enableColumnMasking: true # default
2020
----
2121

22-
<1> Redundant fields for column masking reference configuration are omitted
23-
2422
===== Result
2523

26-
In `access-control.properties` the following value is set, when `enableColumnMasking` is set to `true`:
24+
In the `access-control.properties` file, the following value is set when `enableColumnMasking` is set to `true`:
2725

2826
[source]
2927
----
@@ -36,4 +34,4 @@ opa.policy.batch-column-masking-uri=<opa-url>/v1/data/<package>/batchColumnMasks
3634
===== Considerations
3735

3836
The default setting for `enableColumnMasking` assumes a `batchColumnMasks` rule is defined in the Rego rules for the TrinoCluster.
39-
If there is no such rule defined, Trino queries, using that column masking endpoint, will fail.
37+
If no such rule is defined, Trino queries that utilize the column masking endpoint will fail.

0 commit comments

Comments
 (0)