Skip to content

Commit

Permalink
ext_authz: Add config in Dockerfile (#29)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Northey <ryan@synca.io>
  • Loading branch information
phlax committed Aug 1, 2024
1 parent 78cd23f commit 5db8f89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions ext_authz/Dockerfile-opa
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
FROM openpolicyagent/opa:0.67.0-istio@sha256:41512cb576ba71c2a7267a64958f9f866d549fd681792eac1679cccd3f8b0276

COPY --chmod=644 ./config/opa-service/policy.rego /etc/policy.rego
2 changes: 0 additions & 2 deletions ext_authz/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ services:
build:
context: .
dockerfile: Dockerfile-opa
volumes:
- ./config/opa-service/policy.rego:/etc/policy.rego
command:
- run
- --server
Expand Down

0 comments on commit 5db8f89

Please sign in to comment.