-
Notifications
You must be signed in to change notification settings - Fork 58
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
Clear cache on any 401 response errors #1634
Conversation
Signed-off-by: Shenoy Pratik <[email protected]>
Signed-off-by: Shenoy Pratik <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 2.13 #1634 +/- ##
=======================================
Coverage 57.97% 57.97%
=======================================
Files 365 365
Lines 13712 13712
Branches 3610 3610
=======================================
Hits 7949 7949
Misses 5700 5700
Partials 63 63
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
* fixes clear cache on 401/403 Signed-off-by: Shenoy Pratik <[email protected]> * remove 403 check Signed-off-by: Shenoy Pratik <[email protected]> --------- Signed-off-by: Shenoy Pratik <[email protected]> (cherry picked from commit ce4d69f) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* fixes clear cache on 401/403 Signed-off-by: Shenoy Pratik <[email protected]> * remove 403 check Signed-off-by: Shenoy Pratik <[email protected]> --------- Signed-off-by: Shenoy Pratik <[email protected]> (cherry picked from commit ce4d69f) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* fixes clear cache on 401/403 * remove 403 check --------- (cherry picked from commit ce4d69f) Signed-off-by: Shenoy Pratik <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* fixes clear cache on 401/403 * remove 403 check --------- (cherry picked from commit ce4d69f) Signed-off-by: Shenoy Pratik <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* fixes clear cache on 401/403 Signed-off-by: Shenoy Pratik <[email protected]> * remove 403 check Signed-off-by: Shenoy Pratik <[email protected]> --------- Signed-off-by: Shenoy Pratik <[email protected]> (cherry picked from commit ce4d69f)
Description
Clear cache on any 401 response errors
Issues Resolved
#1484
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.