1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-27 01:08:37 +00:00

update trino

This commit is contained in:
kev 2024-05-27 11:33:06 +08:00
parent 36b46aecd2
commit 518061b7d0
3 changed files with 19 additions and 1 deletions

@ -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

@ -0,0 +1,16 @@
{
"catalogs": [
{
"user": "admin",
"catalog": "secret",
"allow": "all"
},
{
"catalog": "secret",
"allow": "none"
},
{
"allow": "all"
}
]
}