-
Notifications
You must be signed in to change notification settings - Fork 630
add global disable option for JWT #12945
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
Conversation
4671115 to
19a7b1f
Compare
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.
Copilot reviewed 20 out of 20 changed files in this pull request and generated no comments.
Comments suppressed due to low confidence (2)
internal/kgateway/extensions2/plugins/trafficpolicy/traffic_policy_plugin.go:1
- The TODO comment on line 424 should be removed as global JWT disable filter support has been implemented in this PR.
package trafficpolicy
internal/kgateway/extensions2/plugins/trafficpolicy/traffic_policy_plugin.go:1
- The commented-out line on line 440 should be removed since it's now uncommented on line 441 as part of this PR's implementation.
package trafficpolicy
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
internal/kgateway/extensions2/plugins/trafficpolicy/gateway_extension.go
Show resolved
Hide resolved
19a7b1f to
351ed09
Compare
internal/kgateway/extensions2/plugins/trafficpolicy/traffic_policy_plugin.go
Show resolved
Hide resolved
Signed-off-by: omar <[email protected]>
351ed09 to
147092d
Compare
lgadban
left a comment
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.
mostly LGTM! just a few minor comments and questions
internal/kgateway/extensions2/plugins/trafficpolicy/gateway_extension.go
Show resolved
Hide resolved
internal/kgateway/translator/gateway/testutils/outputs/jwt/rbac.yaml
Outdated
Show resolved
Hide resolved
internal/kgateway/extensions2/plugins/trafficpolicy/gateway_extension.go
Show resolved
Hide resolved
Signed-off-by: omar <[email protected]>
Signed-off-by: omar <[email protected]>
Signed-off-by: omar <[email protected]>
Description
Add global disable option for JWT policy, implemented with composite filter in same manner as ext proc.
Change Type
/kind new_feature
Changelog
Additional Notes