diff options
author | Martin Blanchard <martin.blanchard@codethink.co.uk> | 2019-02-26 11:56:36 +0000 |
---|---|---|
committer | Martin Blanchard <martin.blanchard@codethink.co.uk> | 2019-02-28 09:25:17 +0000 |
commit | aef73c9098cfd8d0d0fdcf3231bfbbaa5913450d (patch) | |
tree | 29facffa648816e557bd3591c936ac45a7cb269b /doc/source/format_project.rst | |
parent | 7a8a0a1e666da4f831158a80046ca91748080aa7 (diff) | |
download | buildstream-aef73c9098cfd8d0d0fdcf3231bfbbaa5913450d.tar.gz |
doc: Show a non-TLS remote-execution config. example
https://gitlab.com/BuildStream/buildstream/issues/799
Diffstat (limited to 'doc/source/format_project.rst')
-rw-r--r-- | doc/source/format_project.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/source/format_project.rst b/doc/source/format_project.rst index 529816176..a2216100f 100644 --- a/doc/source/format_project.rst +++ b/doc/source/format_project.rst @@ -255,8 +255,7 @@ optional for remote execution to work. The storage service may be the same endpoint used for artifact caching. Remote execution cannot work without push access to the -storage endpoint, so you must specify a client certificate and key, -and a server certificate. +storage endpoint though. Instance name is optional. Instance names separate different shards on the same endpoint (url). You can supply a different instance name for |