-
Notifications
You must be signed in to change notification settings - Fork 351
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
filters/auth: extend jwtMetrics opt-out options #3055
Merged
AlexanderYastrebov
merged 1 commit into
master
from
filters/auth/jwtMetrics-state-bag-opt-out
Apr 30, 2024
Merged
filters/auth: extend jwtMetrics opt-out options #3055
AlexanderYastrebov
merged 1 commit into
master
from
filters/auth/jwtMetrics-state-bag-opt-out
Apr 30, 2024
Conversation
This file contains 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
Allow opt-out via state bag key. The usecase is to opt-out metrics collection for routes that use `oauthTokeninfo*` and `oauthGrant` filters. Signed-off-by: Alexander Yastrebov <alexander.yastrebov@zalando.de>
👍 |
1 similar comment
👍 |
AlexanderYastrebov
deleted the
filters/auth/jwtMetrics-state-bag-opt-out
branch
April 30, 2024 17:44
AlexanderYastrebov
added a commit
that referenced
this pull request
May 6, 2024
Follow up on #3055 Signed-off-by: Alexander Yastrebov <alexander.yastrebov@zalando.de>
AlexanderYastrebov
added a commit
to zalando-incubator/kubernetes-on-aws
that referenced
this pull request
May 6, 2024
[Changes](zalando/skipper@v0.21.76...v0.21.84) * zalando/skipper#3060 * zalando/skipper#3061 * zalando/skipper#3062 * zalando/skipper#3063 * zalando/skipper#3064 * zalando/skipper#3057 * zalando/skipper#3055 * zalando/skipper#3053 Signed-off-by: Alexander Yastrebov <alexander.yastrebov@zalando.de>
AlexanderYastrebov
added a commit
to zalando-incubator/kubernetes-on-aws
that referenced
this pull request
May 6, 2024
[Changes](zalando/skipper@v0.21.76...v0.21.84) * zalando/skipper#3060 * zalando/skipper#3061 * zalando/skipper#3062 * zalando/skipper#3063 * zalando/skipper#3064 * zalando/skipper#3057 * zalando/skipper#3055 * zalando/skipper#3053 Also configures required min-drop-probability for passive health checker. Signed-off-by: Alexander Yastrebov <alexander.yastrebov@zalando.de>
AlexanderYastrebov
added a commit
that referenced
this pull request
May 7, 2024
Follow up on #3055 Signed-off-by: Alexander Yastrebov <alexander.yastrebov@zalando.de>
AlexanderYastrebov
added a commit
to zalando-incubator/kubernetes-on-aws
that referenced
this pull request
May 7, 2024
[Changes](zalando/skipper@v0.21.76...v0.21.86) * zalando/skipper#3067 * zalando/skipper#3066 * zalando/skipper#3060 * zalando/skipper#3061 * zalando/skipper#3062 * zalando/skipper#3063 * zalando/skipper#3064 * zalando/skipper#3057 * zalando/skipper#3055 * zalando/skipper#3053 See closed #7450 Signed-off-by: Alexander Yastrebov <alexander.yastrebov@zalando.de>
JanardhanSharma
pushed a commit
to JanardhanSharma/skipper
that referenced
this pull request
Jul 19, 2024
Allow opt-out via state bag key. The usecase is to opt-out metrics collection for routes that use `oauthTokeninfo*` and `oauthGrant` filters. Signed-off-by: Alexander Yastrebov <alexander.yastrebov@zalando.de>
JanardhanSharma
pushed a commit
to JanardhanSharma/skipper
that referenced
this pull request
Jul 19, 2024
Follow up on zalando#3055 Signed-off-by: Alexander Yastrebov <alexander.yastrebov@zalando.de>
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.
Allow opt-out via state bag key.
The usecase is to opt-out metrics collection for routes that use
oauthTokeninfo*
andoauthGrant
filters.