Skip to content

Commit

Permalink
revert makefile opa eval wip change
Browse files Browse the repository at this point in the history
  • Loading branch information
mattschoch committed Jan 18, 2024
1 parent b0d55fc commit c6ece4d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions apps/authz/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,9 @@ authz/rego/bundle:
authz/rego/eval:
opa eval \
--format="pretty" \
--target="wasm" \
--bundle ./rego-build/policies.gz \
--bundle ${AUTHZ_PROJECT_DIR}/src/app/opa/build/policies.tar.gz \
--input ${AUTHZ_PROJECT_DIR}/src/app/opa/rego/input.json \
--data ./rego-build/data.json \
'main.evaluate'
'data.main.evaluate'

authz/rego/test:
opa test \
Expand Down

0 comments on commit c6ece4d

Please sign in to comment.