diff options
author | Valentin David <valentin.david@codethink.co.uk> | 2018-12-20 13:00:57 +0100 |
---|---|---|
committer | Valentin David <valentin.david@gmail.com> | 2019-01-09 10:45:23 +0000 |
commit | 65ea03abf942dfa2a4066917a33f579522f05e0e (patch) | |
tree | 47313a4d33a0b72077f56f86ef9e749dc8c5085d /doc | |
parent | 605f8d11dc830b7d3243735d1f340e16364c8d8c (diff) | |
download | buildstream-65ea03abf942dfa2a4066917a33f579522f05e0e.tar.gz |
Add support for https channel to remote execution and actions serversvalentindavid/remote_execution_configuration
Fixes #780.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/format_project.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/source/format_project.rst b/doc/source/format_project.rst index 08e8a0861..c3555e0c1 100644 --- a/doc/source/format_project.rst +++ b/doc/source/format_project.rst @@ -244,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>`. |