22.6. Trino Data Store Security¶
The GeoMesa Trino store supports Data Security. Authorizations are enforced as an injected WHERE clause, based
on the user’s access.
22.6.1. Trino-Layer Enforcement for Direct-SQL Consumers¶
Direct Trino consumers are filtered separately by the spatial plugin’s connector access control, configured as catalog properties in Trino (not data store parameters):
Catalog property |
Required |
Description |
|---|---|---|
|
no |
|
|
with |
Path to a properties file mapping |
|
no |
Shared secret that clients must present in order to access the catalog |
Setting either property opts the catalog into Trino-layer enforcement.
Warning
Only the spatial_iceberg catalog is protected — do not expose a plain
iceberg catalog over the same tables to untrusted users.