Skip to content

Commit

Permalink
Merge pull request #538 from vladyslav2/feat/improve-web-envs/0000
Browse files Browse the repository at this point in the history
highlight that CONCOURSE_TSA_AUTHORIZED_KEYS is a public key
  • Loading branch information
taylorsilva authored Jan 14, 2025
2 parents fdc7c19 + f5cb319 commit b8ed34d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lit/docs/install/generating-keys.lit
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,11 @@
keys. The \reference{concourse-web} needs to know about all of the public
worker keys. To pass all public worker keys to the \reference{concourse-web}
create a file that contains all of the worker public keys. A common name for
this file is \code{authorized_worker_keys}. The file should look like this,
this file is \code{authorized_worker_keys.pub}. The file should look like this,
with one public key per line.

\codeblock{bash}{{
$ cat authorized_worker_keys
$ cat authorized_worker_keys.pub
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQCgKtVnbGRJ7Y63QKoO+loS...
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDU6lA4gSRYIc4MXzphJ2l5...
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDgNU7KBz/QQusPO52pNcea...
Expand Down
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 b8ed34d

Please sign in to comment.