summaryrefslogtreecommitdiff
path: root/doc/source/format_project.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/format_project.rst')
-rw-r--r--doc/source/format_project.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/source/format_project.rst b/doc/source/format_project.rst
index bb66231cb..c3555e0c1 100644
--- a/doc/source/format_project.rst
+++ b/doc/source/format_project.rst
@@ -218,6 +218,7 @@ The use of ports are required to distinguish between pull only access and
push/pull access. For information regarding the server/client certificates
and keys, please see: :ref:`Key pair for the server <server_authentication>`.
+.. _project_remote_execution:
Remote execution
~~~~~~~~~~~~~~~~
@@ -243,9 +244,6 @@ using the `remote-execution` option:
action-cache-service:
url: http://bar.action.com:50052
-The execution-service part of remote execution does not support encrypted
-connections yet, so the protocol must always be http.
-
storage-service specifies a remote CAS store and the parameters are the
same as those used to specify an :ref:`artifact server <artifacts>`.
@@ -268,6 +266,9 @@ instance names.
The Remote Execution API can be found via https://github.com/bazelbuild/remote-apis.
+Remote execution configuration can be also provided in the `user
+configuration <user_config_remote_execution>`.
+
.. _project_essentials_mirrors:
Mirrors