-
Notifications
You must be signed in to change notification settings - Fork 352
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
api: add extension configuration to EnvoyGateway #1163
Conversation
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## main #1163 +/- ##
==========================================
+ Coverage 63.04% 63.14% +0.10%
==========================================
Files 79 79
Lines 9744 9763 +19
==========================================
+ Hits 6143 6165 +22
+ Misses 3185 3182 -3
Partials 416 416
... and 2 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
c301407
to
7ecf1db
Compare
Signed-off-by: Hamzah Qudsi <[email protected]>
Signed-off-by: Hamzah Qudsi <[email protected]>
Signed-off-by: Hamzah Qudsi <[email protected]>
Signed-off-by: Hamzah Qudsi <[email protected]>
Signed-off-by: Hamzah Qudsi <[email protected]>
Signed-off-by: Hamzah Qudsi <[email protected]>
Signed-off-by: Hamzah Qudsi <[email protected]>
Signed-off-by: Hamzah Qudsi <[email protected]>
7ecf1db
to
5381bb9
Compare
Signed-off-by: Hamzah Qudsi <[email protected]>
Signed-off-by: Hamzah Qudsi <[email protected]>
Signed-off-by: Hamzah Qudsi <[email protected]>
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.
Lgtm, thanks 🙂
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.
LGTM, thanks for addressing all the comments, hoping this API unlocks a wider set of use cases for the ecosystem !
ptal @youngnick @skriss @zirain @Xunzhuo |
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.
Looks good
just one small question, should |
good point, either we make it |
ok, let's review that later, LGTM for now. |
As stated in #1074 we made the decision to not support multiple extensions at the same time:
|
I went back and forth on whether this should be a slice given that we would not be supporting more than one extension at this time due to the reasons above. Only way I see it is if there is a path forward to supporting multiple extensions which I don't think we would. If we did ever support multiple extensions then yes I would favor creating anew Extensions field and deprecate Extension |
Companion to #1074. This adds the configuration necessary in
EnvoyGateway
to register an extensionRelates to #20