Skip to content

Commit

Permalink
fixup! Override the default ssh askpass flow on project clone step
Browse files Browse the repository at this point in the history
Signed-off-by: ivinokur <[email protected]>
  • Loading branch information
vinokurig authored and ibuziuk committed Aug 5, 2024
1 parent 7e050af commit e176ec0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/additional-configuration.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -185,11 +185,11 @@ Git SSH keys can be configured for DevWorkspaces by mounting secrets to workspac
Prerequisites:
* An SSH keypair with _no passphrase_, with the public key uploaded to the Git provider that stores your repository.
* An SSH keypair, with the public key uploaded to the Git provider, that stores your repository.
** The steps below assume the following environment variables are set:
*** `$SSH_KEY`: path on disk to private key for SSH keypair (e.g. `~/.ssh/id_ed25519`)
*** `$SSH_PUB_KEY`: path on disk to public key for SSH keypair (e.g. `~/.ssh/id_ed25519.pub`)
*** `$PASSPHRASE`: ssh keypair passphrase (optional)
*** `$PASSPHRASE`: SSH keypair passphrase (optional)
*** `$NAMESPACE`: namespace where workspaces using the SSH keypair will be started.
Process:
Expand Down

0 comments on commit e176ec0

Please sign in to comment.