Skip to content

Commit

Permalink
fix(shops): fix missing rule in orga policy
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerald Baulig committed Apr 18, 2024
1 parent bec4621 commit ec7194c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions datasets/demo-shop/data/seed-data/users.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@
attributes:
- id: urn:restorecommerce:acs:names:roleScopingInstance
value: restorecommerce-demo-shops-organization
- id: restorecommerce-demo-customer-000-organization-user-r-id
- id: restorecommerce-demo-customer-001-organization-user-r-id
role: user-r-id
attributes:
- id: urn:restorecommerce:acs:names:roleScopingEntity
Expand Down Expand Up @@ -566,14 +566,14 @@
attributes:
- id: urn:restorecommerce:acs:names:roleScopingInstance
value: restorecommerce-demo-shops-organization
- id: restorecommerce-demo-customer-002-organization-user-r-id
- id: restorecommerce-demo-customers-organization-user-r-id
role: user-r-id
attributes:
- id: urn:restorecommerce:acs:names:roleScopingEntity
value: urn:restorecommerce:acs:model:organization.Organization
attributes:
- id: urn:restorecommerce:acs:names:roleScopingInstance
value: restorecommerce-demo-customer-002-organization
value: restorecommerce-demo-customers-organization
- id: system-scope-r-id
role: scoped-r-id
attributes:
Expand Down
1 change: 1 addition & 0 deletions datasets/system/data/seed-data/policies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -524,6 +524,7 @@
- moderator-permits-update-hr-scoped
- moderator-permits-read-hr-scoped
- member-permits-read-hr-scoped
- customer-permits-read-hr-scoped
- fallback-deny-all
meta:
modifiedBy: ""
Expand Down

0 comments on commit ec7194c

Please sign in to comment.