Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

highlight that CONCOURSE_TSA_AUTHORIZED_KEYS is a public key #538

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

vladyslav2
Copy link

@vladyslav2 vladyslav2 commented Jul 27, 2024

When I read installation guide for a couple times I was sure I need to generate 3 keys and those envs should contain private keys (hey they all without .pub so it must be private keys)

  - CONCOURSE_TSA_HOST_KEY
  - CONCOURSE_TSA_AUTHORIZED_KEYS
  - CONCOURSE_TSA_WORKER_PRIVATE_KEY

ended up reading golang code, creating small script with GO SSH and a 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

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

Signed-off-by: Vlad <[email protected]>
@vladyslav2 vladyslav2 changed the title Highlite that CONCOURSE_TSA_AUTHORIZED_KEYS is a public key highlight that CONCOURSE_TSA_AUTHORIZED_KEYS is a public key Jul 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant