-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[TT-7414] Call ApplyPolicies after go plugin #5642
Conversation
714fa8c
to
d928229
Compare
API Changes --- prev.txt 2023-10-22 10:58:42.932049409 +0000
+++ current.txt 2023-10-22 10:58:37.463999505 +0000
@@ -10595,6 +10595,7 @@
func MyAnalyticsPluginDeleteHeader(record *analytics.AnalyticsRecord)
func MyAnalyticsPluginMaskJSONLoginBody(record *analytics.AnalyticsRecord)
func MyPluginAccessingOASAPI(rw http.ResponseWriter, r *http.Request)
+func MyPluginApplyingPolicy(rw http.ResponseWriter, r *http.Request)
func MyPluginAuthCheck(rw http.ResponseWriter, r *http.Request)
MyPluginAuthCheck does custom auth and will be used as "auth_check" custom
MW |
API tests result: success ✅ |
API tests result: success ✅ |
SonarCloud Quality Gate failed. 0 Bugs 0.0% Coverage Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
API tests result: success ✅ |
/release to release-5.2 |
/release to release-5-lts |
Working on it! Note that it can take a few minutes. |
1 similar comment
Working on it! Note that it can take a few minutes. |
Jira ticket: https://tyktech.atlassian.net/browse/TT-7414 (cherry picked from commit 1f110d8)
@furkansenharputlu Succesfully merged PR |
Still working... |
Jira ticket: https://tyktech.atlassian.net/browse/TT-7414 (cherry picked from commit 1f110d8)
@furkansenharputlu Succesfully merged PR |
#5642) (#5663) [TT-7414] Call ApplyPolicies after go plugin (#5642) Jira ticket: https://tyktech.atlassian.net/browse/TT-7414 [TT-7414]: https://tyktech.atlassian.net/browse/TT-7414?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ --------- Co-authored-by: Furkan Senharputlu <furkan_senharputlu@hotmail.com>
…5642) [TT-7414] Call ApplyPolicies after go plugin (#5642) Jira ticket: https://tyktech.atlassian.net/browse/TT-7414
Jira ticket: https://tyktech.atlassian.net/browse/TT-7414