Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel committed Feb 19, 2024
1 parent a60e298 commit 67cc2a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/authz/src/opa/template/mockData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ export const exampleForbidPolicy: Policy = {
criterion: Criterion.CHECK_SPENDING_LIMIT,
args: {
limit: '1000000000000000000',
operator: ValueOperators.GREATER_THAN,
timeWindow: {
type: 'rolling',
value: 12 * 60 * 60
Expand Down

0 comments on commit 67cc2a0

Please sign in to comment.