-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
runtime: add admin endpoint to view/modify loaded values #514
Comments
@rodaine this is a good ramp up issue for you. Let's chat offline. |
@mattklein123 do we still want to do the write side of this now in light of #2763? |
@jsedgwick yes we should still do this. Security is orthogonal. |
(Though the modification endpoint should be a POST) |
@mattklein123 should you be able to add/modify runtime values if there is no backing on-disk runtime set up (and therefore the default runtime is empty)? I don't know enough about how this feature is used to determine whether that would be a useful capability or not. |
Optimally, having this available also for the "null" runtime impl would be nice, as people could override settings for testing even without using the full disk version. |
Yeah, sounds right. Will do. |
…voyproxy#514) * Upgrade to cel-cpp v0.2.0 to pick up ANTLR thread-safety changes. Signed-off-by: Tristan Swadell <[email protected]>
* Upgrade to cel-cpp v0.2.0 to pick up ANTLR thread-safety changes. (envoyproxy#514) * Upgrade to cel-cpp v0.2.0 to pick up ANTLR thread-safety changes. Signed-off-by: Tristan Swadell <[email protected]> * emit error if an error value is returned (envoyproxy#511) Signed-off-by: Mandar Jog <[email protected]> Co-authored-by: Tristan Swadell <[email protected]>
…voyproxy#514) * Upgrade to cel-cpp v0.2.0 to pick up ANTLR thread-safety changes. Signed-off-by: Tristan Swadell <[email protected]>
Description: this PR wires up on trailers callback for android, which was previously missing. Risk Level: low - using already battled tested code paths for accumulating headers. Testing: pending testing with gRPC on the Lyft android app Fixes #506 Signed-off-by: Jose Nino <[email protected]> Signed-off-by: JP Simard <[email protected]>
Description: this PR wires up on trailers callback for android, which was previously missing. Risk Level: low - using already battled tested code paths for accumulating headers. Testing: pending testing with gRPC on the Lyft android app Fixes #506 Signed-off-by: Jose Nino <[email protected]> Signed-off-by: JP Simard <[email protected]>
Will be generally useful to have admin endpoint to:
The text was updated successfully, but these errors were encountered: