Skip to content

K8get keys form openbao#105

Open
MJarmo wants to merge 5 commits intomainfrom
k8getKeysFormOpenbao
Open

K8get keys form openbao#105
MJarmo wants to merge 5 commits intomainfrom
k8getKeysFormOpenbao

Conversation

@MJarmo
Copy link
Contributor

@MJarmo MJarmo commented Feb 10, 2026

The solution uses the OpenBao CSI Provider which:

  • Automatically mounts secrets as files in pods
  • Optionally syncs secrets to Kubernetes secrets
  • Uses native Kubernetes CSI volume interface
  • No init containers or manual scripts needed
  • Supports automatic secret rotation
    OpenBao (KV Store)

    SecretProviderClass (defines what to fetch)

    CSI Driver (mounts secrets)

    Pod Volume Mount (/mnt/secrets-store)

    Kubernetes Secret (optional sync)

@hilmarf hilmarf linked an issue Feb 11, 2026 that may be closed by this pull request
@MJarmo MJarmo force-pushed the k8getKeysFormOpenbao branch from 2006a2b to 5c89cde Compare March 4, 2026 19:01
MJarmo added 5 commits March 4, 2026 20:03
Signed-off-by: MJarmo <michal.jarmolkiewicz@sap.com>
Signed-off-by: MJarmo <michal.jarmolkiewicz@sap.com>
Signed-off-by: MJarmo <michal.jarmolkiewicz@sap.com>
Signed-off-by: MJarmo <michal.jarmolkiewicz@sap.com>
Signed-off-by: MJarmo <michal.jarmolkiewicz@sap.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Backlog

Development

Successfully merging this pull request may close these issues.

signature: integrate with OpenBao

1 participant