@@ -51,8 +51,13 @@ update Publisher --config "dab-config.PostgreSql.json" --permissions "database_p
5151update Publisher --config "dab-config.PostgreSql.json" --permissions "database_policy_tester:create"
5252update Publisher --config "dab-config.PostgreSql.json" --permissions "database_policy_tester:update" --policy-database "@item.id ne 1234"
5353update Stock --config "dab-config.PostgreSql.json" --permissions "authenticated:create,read,update,delete" --rest commodities --graphql true --relationship stocks_price --target.entity stocks_price --cardinality one
54- update Stock --config "dab-config.PostgreSql.json" --permissions "database_policy_tester:create"
54+ update Stock --config "dab-config.PostgreSql.json" --permissions "database_policy_tester:create,read "
5555update Stock --config "dab-config.PostgreSql.json" --permissions "database_policy_tester:update" --policy-database "@item.pieceid ne 1"
56+ update Stock --config "dab-config.PostgreSql.json" --permissions "test_role_with_noread:create,update,delete"
57+ update Stock --config "dab-config.PostgreSql.json" --permissions "test_role_with_excluded_fields:create,update,delete"
58+ update Stock --config "dab-config.PostgreSql.json" --permissions "test_role_with_excluded_fields:read" --fields.exclude "categoryName"
59+ update Stock --config "dab-config.PostgreSql.json" --permissions "test_role_with_policy_excluded_fields:create,update,delete"
60+ update Stock --config "dab-config.PostgreSql.json" --permissions "test_role_with_policy_excluded_fields:read" --fields.exclude "categoryName" --policy-database "@item.piecesAvailable ne 0"
5661update Book --config "dab-config.PostgreSql.json" --permissions "authenticated:create,read,update,delete"
5762update Book --config "dab-config.PostgreSql.json" --relationship publishers --target.entity Publisher --cardinality one
5863update Book --config "dab-config.PostgreSql.json" --relationship websiteplacement --target.entity BookWebsitePlacement --cardinality one
@@ -85,6 +90,11 @@ update Book --config "dab-config.PostgreSql.json" --permissions "policy_tester_0
8590update Book --config "dab-config.PostgreSql.json" --permissions "policy_tester_08:update" --fields.include "*" --policy-database "@item.id eq 9"
8691update Book --config "dab-config.PostgreSql.json" --permissions "policy_tester_08:delete" --fields.include "*" --policy-database "@item.id eq 9"
8792update Book --config "dab-config.PostgreSql.json" --permissions "policy_tester_08:read" --fields.include "*"
93+ update Book --config "dab-config.PostgreSql.json" --permissions "test_role_with_noread:create,update,delete"
94+ update Book --config "dab-config.PostgreSql.json" --permissions "test_role_with_excluded_fields:create,update,delete"
95+ update Book --config "dab-config.PostgreSql.json" --permissions "test_role_with_excluded_fields:read" --fields.exclude "publisher_id"
96+ update Book --config "dab-config.PostgreSql.json" --permissions "test_role_with_policy_excluded_fields:create,update,delete"
97+ update Book --config "dab-config.PostgreSql.json" --permissions "test_role_with_policy_excluded_fields:read" --fields.exclude "publisher_id" --policy-database "@item.title ne 'Test'"
8898update Review --config "dab-config.PostgreSql.json" --permissions "authenticated:create,read,update,delete" --rest true --graphql review:reviews
8999update Review --config "dab-config.PostgreSql.json" --relationship books --target.entity Book --cardinality one
90100update Empty --config "dab-config.PostgreSql.json" --permissions "anonymous:read"
0 commit comments