-
Notifications
You must be signed in to change notification settings - Fork 170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make 3scale batcher policy compatible with OIDC #956
Conversation
@3scale/apicast-core still need to write tests for this... |
@davidor I've pushed the integration test which at the moment is broken. Will need some help fixing that. Unit tests are passing fine. |
@kevprice83 I've changed the test, now all tests pass (I didn't check if the test would fail before your code change though). Once it's merged, I think it would be good to rebase this PR on top of master, and also use |
I've changed the base branch to master. |
26edfa8
to
889643a
Compare
removes conflicting blocks and apicast blackbox removes typo Fix integration tests for batcher with OIDC Fix the batcher/oidc integration test
889643a
to
fb188a7
Compare
usage_match = v == '2' | ||
elseif k == 'transactions[0][app_id]' then | ||
app_id_match = v == 'appid' | ||
end |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we also make sure that k
is never transactions[0][app_key]
? Just to be sure that we are not accidentally sending it also.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @kevprice83 and @mayorova 🏅 !
adds ability to report app_id only. Fixes THREESCALE-1515