Upgrading opa version - #3581
Merged
Merged
Conversation
amak3
force-pushed
the
upgrade-of-opa-version
branch
from
August 6, 2025 15:06
bfe0340 to
a88e962
Compare
Signed-off-by: aleksandra-mak_zse <aleksandra.mak@zalando.de>
amak3
force-pushed
the
upgrade-of-opa-version
branch
from
August 7, 2025 08:44
9b04158 to
05e7614
Compare
There was a problem hiding this comment.
Pull Request Overview
This PR upgrades the Open Policy Agent (OPA) and OPA Envoy plugin from version 1.4.2 to 1.7.1. The upgrade includes a critical fix for JWT validation cache feature support, along with performance improvements and new language features.
- Upgraded OPA core library from v1.4.2 to v1.7.1
- Upgraded OPA Envoy plugin from v1.4.2-envoy to v1.7.1-envoy
- Added support for InterQueryBuiltinValueCache interface to enable JWT validation caching
Reviewed Changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| go.mod | Updates dependency versions for OPA libraries and transitive dependencies |
| filters/openpolicyagent/openpolicyagent.go | Adds InterQueryBuiltinValueCache field and interface method to support JWT validation caching |
Pushpalanka
approved these changes
Aug 7, 2025
Contributor
|
👍 |
This was referenced Aug 4, 2025
xavivars
pushed a commit
to xavivars/skipper
that referenced
this pull request
Aug 21, 2025
Upgrading OPA version and OPA envoy plugin versions from 1.4.2 to 1.7.1. Important fix: - fix in OPA envoy plugin to be able to use JWT validation cache feature enabled in v1.1.0 OPA Other notable changes: - faster builtin-function evaluation - allowing keywords in Rego references OPA envoy plugin release notes: [v1.5.0-envoy-4](https://github.com/open-policy-agent/opa-envoy-plugin/releases/tag/v1.5.0-envoy-4) [v1.6.0-envoy-2](https://github.com/open-policy-agent/opa-envoy-plugin/releases/tag/v1.6.0-envoy-2) [v1.7.1-envoy](https://github.com/open-policy-agent/opa-envoy-plugin/releases/tag/v1.7.1-envoy) OPA release notes: [v1.5.0](https://github.com/open-policy-agent/opa/releases/tag/v1.5.0) [v1.6.0](https://github.com/open-policy-agent/opa/releases/tag/v1.6.0) [v.1.7.0](https://github.com/open-policy-agent/opa/releases/tag/v1.7.0) Signed-off-by: aleksandra-mak_zse <aleksandra.mak@zalando.de> Co-authored-by: aleksandra-mak_zse <aleksandra.mak@zalando.de>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Upgrading OPA version and OPA envoy plugin versions from 1.4.2 to 1.7.1.
Important fix:
Other notable changes:
OPA envoy plugin release notes:
v1.5.0-envoy-4
v1.6.0-envoy-2
v1.7.1-envoy
OPA release notes:
v1.5.0
v1.6.0
v.1.7.0