Index: appengine/swarming/proto/config.proto |
diff --git a/appengine/swarming/proto/config.proto b/appengine/swarming/proto/config.proto |
index ab2d63c9fdd6fc0cff5a738eadeb14eb897ac869..ea5e6f3092134b0cb2a21a200b0c4fb3930f105a 100644 |
--- a/appengine/swarming/proto/config.proto |
+++ b/appengine/swarming/proto/config.proto |
@@ -52,6 +52,9 @@ message SettingsCfg { |
// Names of the authorization groups used by components/auth. |
optional AuthSettings auth = 13; |
+ |
+ // Sets the default gRPC proxy for the bot's Isolate server calls. |
+ optional string bot_isolate_grpc_proxy = 14; |
} |