1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-26 05:27:31 +02:00
dockerfiles/trino/data/etc/rules.json
2024-05-27 11:33:06 +08:00

17 lines
203 B
JSON

{
"catalogs": [
{
"user": "admin",
"catalog": "secret",
"allow": "all"
},
{
"catalog": "secret",
"allow": "none"
},
{
"allow": "all"
}
]
}