-
Notifications
You must be signed in to change notification settings - Fork 608
feat: support direct response limit greater than 4096 #7711
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
base: main
Are you sure you want to change the base?
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #7711 +/- ##
==========================================
+ Coverage 72.34% 72.40% +0.06%
==========================================
Files 234 234
Lines 34542 34537 -5
==========================================
+ Hits 24988 25007 +19
+ Misses 7762 7744 -18
+ Partials 1792 1786 -6 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
api/v1alpha1/shared_types.go
Outdated
| // If not specified the default is 4096. | ||
| // | ||
| // +optional | ||
| MaxSize *int `json:"maxSize,omitempty"` |
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.
can we solve this w/o an API, based on input length ?
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.
that would be dangrous when some referenced a wrong secret by accident.
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.
max size of a Secret or ConfigMap is 1MB
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.
sounds good.
33a384f to
33455b5
Compare
33455b5 to
b5a4e78
Compare
Signed-off-by: zirain <[email protected]>
Signed-off-by: zirain <[email protected]>
Signed-off-by: zirain <[email protected]>
Signed-off-by: zirain <[email protected]>
Signed-off-by: zirain <[email protected]>
Signed-off-by: zirain <[email protected]>
622d768 to
1d127d4
Compare
fixes: #5717