Skip to content

Commit aa1fe36

Browse files
rjohanekraejohanek
andauthored
delete update and view settings on a dataset (#1439)
Co-authored-by: rjohanek <[email protected]>
1 parent 2d9c800 commit aa1fe36

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/main/resources/reference.conf

+1-7
Original file line numberDiff line numberDiff line change
@@ -1199,12 +1199,6 @@ resourceTypes = {
11991199
view_journal = {
12001200
description = "View dataset journal entries"
12011201
}
1202-
view_snapshot_builder_settings = {
1203-
description = "allows viewing the snapshot builder settings"
1204-
}
1205-
update_snapshot_builder_settings = {
1206-
description = "allows updating the snapshot builder settings"
1207-
}
12081202
"lock_resource" = {
12091203
description = "Can lock a resource"
12101204
}
@@ -1227,7 +1221,7 @@ resourceTypes = {
12271221
roleActions = ["read_dataset", "read_data", "read_policies", "link_snapshot"]
12281222
}
12291223
admin = {
1230-
roleActions = ["share_policy::steward", "read_policies", "alter_policies", "view_snapshot_builder_settings", "update_snapshot_builder_settings", "unlock_resource"]
1224+
roleActions = ["share_policy::steward", "read_policies", "alter_policies", "unlock_resource"]
12311225
}
12321226
}
12331227
reuseIds = true

0 commit comments

Comments
 (0)