Skip to content

helm: add ssh host keys support for byom - #3257

Open
Amulyam24 wants to merge 1 commit into
confidential-containers:mainfrom
Amulyam24:byom-host-keys
Open

helm: add ssh host keys support for byom#3257
Amulyam24 wants to merge 1 commit into
confidential-containers:mainfrom
Amulyam24:byom-host-keys

Conversation

@Amulyam24

Copy link
Copy Markdown
Contributor

Add helm chart support for the BYOM SSH host key allowlist feature. When host keys are configured, the chart automatically mounts a Secret containing the public keys at /etc/byom/ssh-host-keys and injects SSH_HOST_KEY_ALLOWLIST_DIR into the peer-pods-cm ConfigMap.

Two modes are supported:

  • create: supply keys via providerSecrets.byom.hostKeys; Helm creates the byom-ssh-host-keys Secret
  • reference: set secrets.existingByomHostKeySecretName to a pre-existing Secret managed externally

@Amulyam24
Amulyam24 requested a review from a team as a code owner August 26, 2026 12:00
Add helm chart support for the BYOM SSH host key allowlist feature. When host keys are configured, the chart automatically mounts a Secret containing the public keys at /etc/byom/ssh-host-keys and injects
SSH_HOST_KEY_ALLOWLIST_DIR into the peer-pods-cm ConfigMap.

Two modes are supported:
- create: supply keys via providerSecrets.byom.hostKeys; Helm creates
  the byom-ssh-host-keys Secret
- reference: set secrets.existingByomHostKeySecretName to a
  pre-existing Secret managed externally

Signed-off-by: Amulyam24 <amulmek1@in.ibm.com>
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