Skip to content

Commit

Permalink
fix(admins): add user-r-id to each admin
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerald Baulig committed May 10, 2024
1 parent e8eeda4 commit a3a7de0
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions datasets/demo-shop/data/seed-data/users.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,14 @@
attributes:
- id: urn:restorecommerce:acs:names:roleScopingInstance
value: restorecommerce-demo-root-organization
- id: restorecommerce-demo-customer-000-moderator-000-user-r-id
role: user-r-id
attributes:
- id: urn:restorecommerce:acs:names:roleScopingEntity
value: urn:restorecommerce:acs:model:user.User
attributes:
- id: urn:restorecommerce:acs:names:roleScopingInstance
value: restorecommerce-demo-root-admin-000
- id: system-scope-r-id
role: scoped-r-id
attributes:
Expand Down Expand Up @@ -136,6 +144,14 @@
attributes:
- id: urn:restorecommerce:acs:names:roleScopingInstance
value: restorecommerce-demo-shop-000-organization
- id: restorecommerce-demo-customer-000-moderator-000-user-r-id
role: user-r-id
attributes:
- id: urn:restorecommerce:acs:names:roleScopingEntity
value: urn:restorecommerce:acs:model:user.User
attributes:
- id: urn:restorecommerce:acs:names:roleScopingInstance
value: restorecommerce-demo-shop-000-admin-000
- id: system-scope-r-id
role: scoped-r-id
attributes:
Expand Down

0 comments on commit a3a7de0

Please sign in to comment.