Skip to content

fix(openbao): enable AWS KMS auto-unseal on scaleway#12

Merged
nbrieussel merged 1 commit into
mainfrom
fix/openbao-scaleway-unseal
Jul 21, 2026
Merged

fix(openbao): enable AWS KMS auto-unseal on scaleway#12
nbrieussel merged 1 commit into
mainfrom
fix/openbao-scaleway-unseal

Conversation

@nbrieussel

Copy link
Copy Markdown
Contributor

Summary

  • platform/scaleway/openbao.yml was missing the extraSecretEnvironmentVars + seal "awskms" blocks that platform/local/openbao.yml already has, so OpenBao fell back to Shamir sealing and never came back up unsealed after a restart.

Test plan

  • kubectl apply --dry-run=client on the manifest
  • Verified live on scaleway-homelab: OpenBao auto-unseals and stays unsealed

🤖 Generated with Claude Code

platform/scaleway/openbao.yml never got the extraSecretEnvironmentVars
+ seal "awskms" blocks that platform/local/openbao.yml already has, so
OpenBao fell back to Shamir sealing and stayed sealed forever after
every cluster (re)start — nobody was around to run the manual unseal.
The k8s Secret + IAM/KMS side were already wired up correctly on the
infrastructure repo side; only this Helm values gap was missing.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01CCgyeSfKWH6m5mmJEg6t43
@nbrieussel
nbrieussel merged commit daf4dbc into main Jul 21, 2026
4 checks passed
@nbrieussel
nbrieussel deleted the fix/openbao-scaleway-unseal branch July 21, 2026 14:17
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