mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-21 18:06:36 +02:00
update trino
This commit is contained in:
parent
36b46aecd2
commit
518061b7d0
2
trino/data/etc/access-control.properties
Normal file
2
trino/data/etc/access-control.properties
Normal file
@ -0,0 +1,2 @@
|
||||
access-control.name=file
|
||||
security.config-file=/usr/lib/trino/etc/rules.json
|
@ -1,3 +1,3 @@
|
||||
connector.name=gsheets
|
||||
credentials-path=/usr/lib/trino/etc/catalog/gsheets.json
|
||||
metadata-sheet-id=1EJ-AxiDpZ287XHO9nD0YS9pMgSFzjhUDEIEWGgl_dqE
|
||||
metadata-sheet-id=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
||||
|
16
trino/data/etc/rules.json
Normal file
16
trino/data/etc/rules.json
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"catalogs": [
|
||||
{
|
||||
"user": "admin",
|
||||
"catalog": "secret",
|
||||
"allow": "all"
|
||||
},
|
||||
{
|
||||
"catalog": "secret",
|
||||
"allow": "none"
|
||||
},
|
||||
{
|
||||
"allow": "all"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user