Skip to content

OPA V1 support #775

Answered by danyi1212
Geniekort asked this question in Q&A
Mar 6, 2025 · 2 comments · 1 reply
Discussion options

You must be logged in to vote

Hey @Geniekort, thank you for reaching out! 🌟
Correct, OPAL currently comes included with OPA v0.70.0.

Due to OPA v1 having some breaking changes, we plan to change the default to OPA v1 on OPAL v1 release, to adhere with semver logic.

You can build a custom OPAL Client image with OPA v1 by running the command:

DOCKER_BUILD_ARGS="--build-arg opa_tag=1.0.0-static" make docker-build-client

or manually using Docker CLI

docker build -t permitio/opal-client --target client --build-arg opa_tag=1.0.0-static -f docker/Dockerfile .

Adjust the command for the right OPA version you desire.

Alternatively, as you've mentioned, you can use OPAL Client standalone image and run OPA separately from OPAL.

L…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by Geniekort
Comment options

You must be logged in to vote
1 reply
@danyi1212
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
enhancement New feature or request question Further information is requested
2 participants
Converted from issue

This discussion was converted from issue #774 on March 06, 2025 15:00.