Skip to content

Commit

Permalink
Hotfix/freeze opa version (#917)
Browse files Browse the repository at this point in the history
* Freeze opa version to ~Oct 2024

* example.env updated.
  • Loading branch information
DavidBrownlee authored Dec 31, 2024
1 parent 4382d14 commit 483b095
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion etc/env/example.env
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ CANDIG_AUTH_DOMAIN=candig.docker.internal
CANDIG_SITE_LOCATION=LOCAL # BCGSC, UHN, C3G, etc.
CANDIG_DEBUG_MODE=1
CANDIG_PRODUCTION_MODE=0
CANDIG_VERSION=v5.0.0
CANDIG_VERSION=v5.0.1

# this is the unique key used by your site IDP to identify users.
CANDIG_USER_KEY=email
Expand Down
3 changes: 2 additions & 1 deletion lib/opa/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ services:
- "/app/entrypoint.sh"

opa:
image: openpolicyagent/opa:latest-static
# image: openpolicyagent/opa:latest-static # branch develop should continue to use latest-static.
image: openpolicyagent/opa:0.69.0-static # Do not merge this frozen version back into branch develop.
logging:
driver: "fluentd"
options:
Expand Down

0 comments on commit 483b095

Please sign in to comment.