Skip to content

Commit

Permalink
fixup! chore: Document SSH passphrase injection as an experimental fe…
Browse files Browse the repository at this point in the history
…ature
  • Loading branch information
AObuchow committed Nov 6, 2024
1 parent 65e80f4 commit 1c2d04b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/additional-configuration.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ Prerequisites:
** 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). Requires setting `config.enableExperimentalFeatures: true` in the DevWorkspaceOperatorConfig.
*** `$PASSPHRASE`: SSH keypair passphrase (optional). *Note:* requires setting `config.enableExperimentalFeatures: true` in the DevWorkspaceOperatorConfig.
*** `$NAMESPACE`: namespace where workspaces using the SSH keypair will be started.
Process:
Expand Down

0 comments on commit 1c2d04b

Please sign in to comment.