Skip to content

Commit

Permalink
When I read installation guide for a couple times I was sure I need to
Browse files Browse the repository at this point in the history
generate 3 keys and those envs should contain private keys:
  - CONCOURSE_TSA_HOST_KEY
  - CONCOURSE_TSA_AUTHORIZED_KEYS
  - CONCOURSE_TSA_WORKER_PRIVATE_KEY

end up reading golang code, running GO SSH with similar configuration
and ended with understanding that ssh keys does not match.

Ideally, I would suggest to rename those envs but I believe it will
might be a breaking changes for old users. So at least, I hope, this
will help to improve documentation

keywords for google:
 - concourse ci PTY allocation request failed on channel 0
 - concourse ci shell request failed on channel 0
 - concourse ci tsa.connection.handshake-failed
  • Loading branch information
vladyslav2 committed Jul 27, 2024
1 parent 8572c4e commit cf8f2e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lit/docs/install/web.lit
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ as performing all pipeline scheduling. It's basically the brain of Concourse.
\codeblock{bash}{{{
CONCOURSE_SESSION_SIGNING_KEY=path/to/session_signing_key
CONCOURSE_TSA_HOST_KEY=path/to/tsa_host_key
CONCOURSE_TSA_AUTHORIZED_KEYS=path/to/authorized_worker_keys
CONCOURSE_TSA_AUTHORIZED_KEYS=path/to/authorized_worker_keys.pub
}}}

Finally, \code{web} needs to know how to reach your Postgres database. This
Expand Down

0 comments on commit cf8f2e3

Please sign in to comment.