Skip to content

Commit

Permalink
fix(order-modify): change to permit-override, set fallback all
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerald Baulig committed Aug 15, 2024
1 parent f3f6e9b commit 0211136
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### Base
FROM node:20.8.0-alpine3.18 as base
FROM node:20.8.0-alpine3.18 AS base

ARG DB_IMPORT_ENTRY=http://facade-srv:5000/graphql
ARG OBJECT_IMPORT_ENDPOINT=http://facade-srv:5000/graphql
Expand Down
3 changes: 2 additions & 1 deletion datasets/system/data/seed-data/policies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,7 @@
- administrator-permits-all-hr-scoped
- sales-requires-order-state-submitted
- user-requires-order-state-pending
- fallback-deny-all
meta:
modifiedBy: ""
owners:
Expand All @@ -436,7 +437,7 @@
attributes:
- id: urn:restorecommerce:acs:names:ownerInstance
value: system
combiningAlgorithm: urn:oasis:names:tc:xacml:3.0:rule-combining-algorithm:deny-overrides
combiningAlgorithm: urn:oasis:names:tc:xacml:3.0:rule-combining-algorithm:permit-overrides
---
id: order-submit-policy
name: Order Submit Policy
Expand Down

0 comments on commit 0211136

Please sign in to comment.