Skip to content

Commit 533f562

Browse files
committed
RANGER-4910: fix incorrect permissions list for table resource in Polaris service-def
1 parent 05035e5 commit 533f562

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

agents-common/src/main/resources/service-defs/ranger-servicedef-polaris.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"parent": "namespace",
7474
"level": 40,
7575
"isValidLeaf": true,
76-
"accessTypeRestrictions": [ "table-drop", "view-drop", "table-properties-read", "table-properties-write", "view-properties-read", "view-properties-write", "table-data-read", "table-data-write", "table-metadata-full", "view-metadata-full", "table-grants-list", "view-grants-list", "table-grants-manage", "view-grants-manage", "table-policy-attach", "table-policy-detach" ]
76+
"accessTypeRestrictions": [ "table-drop", "view-drop", "table-properties-read", "table-properties-write", "view-properties-read", "view-properties-write", "table-data-read", "table-data-write", "table-metadata-full", "view-metadata-full", "table-grants-list", "view-grants-list", "table-grants-manage", "view-grants-manage", "table-policy-attach", "table-policy-detach", "table-properties-set", "table-properties-remove", "table-uuid-assign", "table-format-version-upgrade", "table-schema-add", "table-schema-set-current", "table-partition-spec-add", "table-partition-specs-remove", "table-sort-order-add", "table-sort-order-set-default", "table-snapshot-add", "table-snapshots-remove", "table-snapshot-ref-set", "table-snapshot-ref-remove", "table-location-set", "table-statistics-set", "table-statistics-remove", "table-structure-manage" ]
7777
},
7878
{
7979
"itemId": 8,

0 commit comments

Comments
 (0)