-
Notifications
You must be signed in to change notification settings - Fork 352
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
Facilitate OPA decision correlation with business flows #3160
Facilitate OPA decision correlation with business flows #3160
Conversation
@AlexanderYastrebov @mjungsbluth @szuecs If we could merge this it will be nice, I am on vacation this week, once I am back I have a feeling I will get a lot of merge conflicts :D |
Please squash all commits and add commit message describing the change (think like #3041 was never merged) |
Signed-off-by: JanardhanSharma <janardhan.sharma@outlook.com>
3199a55
to
93f4e9e
Compare
done. |
Commit message is empty, otherwise lgtm. |
👍 |
@szuecs could you please oblige with a thumbs up |
hi @JanardhanSharma, I think we can merge, but it would be nice to have performance tests to understand the impact before and after. Maybe in a follow up PR? I will add my +1 once you confirm |
Thanks @MustafaSaber. Yes I will create a subsequent ticket in the backlog for the test case as well. |
👍 |
+ zalando/skipper#3175 + zalando/skipper#3174 + zalando/skipper#3173 + zalando/skipper#3172 + zalando/skipper#3170 + zalando/skipper#3176 + zalando/skipper#3160 + zalando/skipper#3184 + zalando/skipper#3185 + zalando/skipper#3186 + zalando/skipper#3181 + zalando/skipper#3183 + zalando/skipper#3187 Signed-off-by: Roman Zavodskikh <roman.zavodskikh@zalando.de>
+ zalando/skipper#3175 + zalando/skipper#3174 + zalando/skipper#3173 + zalando/skipper#3172 + zalando/skipper#3170 + zalando/skipper#3176 + zalando/skipper#3160 + zalando/skipper#3184 + zalando/skipper#3185 + zalando/skipper#3186 + zalando/skipper#3181 + zalando/skipper#3183 + zalando/skipper#3187 Signed-off-by: Roman Zavodskikh <roman.zavodskikh@zalando.de>
+ zalando/skipper#3175 + zalando/skipper#3174 + zalando/skipper#3173 + zalando/skipper#3172 + zalando/skipper#3170 + zalando/skipper#3176 + zalando/skipper#3160 + zalando/skipper#3184 + zalando/skipper#3185 + zalando/skipper#3186 + zalando/skipper#3181 + zalando/skipper#3183 + zalando/skipper#3187 Signed-off-by: Roman Zavodskikh <roman.zavodskikh@zalando.de>
Context
The release of the feature Facilitate OPA decision correlation with business flows (PR) led to bug that leads to the skipper restarts. This is because an object of same reference is being shared among the different instances of opa instances.
Error log from the reported bug (for those who cannot access the bug details):
ACs
Fix the opaauhorizerequest filter restart issue.
fixes #3179