Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2047)

Unified Diff: appengine/swarming/doc/Magic-Values.md

Issue 2987333002: Refactor all gRPC proxy code into a single class. (Closed)
Patch Set: Fix pylint errors Created 3 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | appengine/swarming/server/bot_archive.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/swarming/doc/Magic-Values.md
diff --git a/appengine/swarming/doc/Magic-Values.md b/appengine/swarming/doc/Magic-Values.md
index 28c47a4c1927a051a9a38c9358e755f07feea927..0d5aee3c0ba02e3f60e8424e7d34ca3d440cabc3 100644
--- a/appengine/swarming/doc/Magic-Values.md
+++ b/appengine/swarming/doc/Magic-Values.md
@@ -44,6 +44,18 @@ always set:
The following environment variables may be set to alter bot behavior:
- `SWARMING_EXTERNAL_BOT_SETUP=1` disables bot_config.setup_bot hook.
+ - `SWARMING_GRPC_PROXY=<url>` and `ISOLATED_GRPC_PROXY=<url>` override the
+ equivalent value in the bot config.
+ - `LUCI_GRPC_PROXY_VERBOSE` dumps out additional gRPC proxy information if set
+ to a truthy value (e.g. `1`).
+ - `LUCI_GRPC_PROXY_TLS_ROOTS=<file>` and points to a .crt file containing
+ certificate authorities. `LUCI_GRPC_PROXY_TLS_OVERRIDE=<name>` specifies the
+ name of the server in the certificate. These are useful for testing a gRPC
+ proxy running on localhost but with TLS enabled. Unlike the `*_GRPC_PROXY`
+ env vars, these are shared between Swarming and Isolated since they're only
+ used in the limited case when you need to override TLS. See
+ [/client/utils/grpc_proxy.py](../../../client/utils/grpc_proxy.py) for more
+ information.
### dimensions
« no previous file with comments | « no previous file | appengine/swarming/server/bot_archive.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698