minor update to docs.

This commit is contained in:
Erik Brakkee 2024-07-23 22:33:11 +02:00
parent 2dae10d093
commit 861fa85843

View File

@ -75,11 +75,16 @@
agent ws{{.secure}}://{{.host}}/agent/ID agent ws{{.secure}}://{{.host}}/agent/ID
</pre> </pre>
<p> <p>
Above, ID is a unique id Above, ID is a unique id for the job, the so-called rendez-cous ID. This should not conflict with IDs
for the job. This should not conflict with other ids. used by other agents. The ID is used for a rendez-vous beetween the end-user on a local system and
the continuous integration job running on a build agent.
This connects the agent to the converge server. Clients can now connect to the Converge This connects the agent to the converge server. Clients can now connect to the Converge
server to establish a connection to the CI job through converge. server to establish a connection to the CI job through converge. Communication between
end-user and agent is encrypted using SSH and the rendez-vous server is unable to
read the contents. The rendez-vous server is nothing more then a glorified bit pipe,
simply transferring data between end-user SSH client and the agent which runs an
embedded SSH server.
</p> </p>
<p> <p>