Format:
Export:

Test cases(26 of 50)

Show
Priority
Category
0/26 completed0%

Complete the OpenBao prerequisites before running these tests. Go to prerequisites

Enable TLS end-to-end on OpenBao (OpenShift)
Manual init and unseal — loop script (Approach 1)
Seal migration — Shamir to Transit auto-unseal
Seal migration — Shamir to AWS KMS auto-unseal

Requires AWS KMS, IAM permissions, and credentials. Independent of transit auto-unseal (UNSEAL-002).

Enable and Use KV v2 Secrets Engine
KV v2 Metadata and Custom Metadata
KV Secret Rotation Pattern with CAS
Configure PKI Engine as Internal CA
Auto-Rotate TLS Certificates with cert-manager
Cross-Sign External CA with OpenBao PKI
Dynamic PostgreSQL Credentials
Dynamic MySQL/MariaDB Credentials
Kubernetes Auth Method
OIDC Authentication with Keycloak/DEX
Raft Cluster Operations
Raft Snapshot and Restore
Full OpenBao Backup Strategy
Disaster Recovery Restore
TLS Certificates for OpenShift Routes via PKI
Dynamic PostgreSQL Credentials for Applications
Multi-Tenant Secret Isolation
Encryption as a Service - Transit Encryption for Application Data
External Secrets Operator with OpenBao
CSI Secrets Store Driver with OpenBao

Install the Secrets Store CSI Driver with the OpenBao provider to mount secrets directly as files in pod volumes. Follows the OpenBao CSI provider guide.

Prerequisites checklist

Confirm these before running steps:

1Install the Secrets Store CSI Driver
This can either be done via the Operator (recommended on OpenShift) or via the Helm Chart
Operator (OpenShift OperatorHub):
- Install Secrets Store CSI Driver for Red Hat OpenShift from OperatorHub
CSI Secrets Store Operator
CSI Secrets Store Operator
Helm Chart:
helm repo add secrets-store-csi-driver https://kubernetes-sigs.github.io/secrets-store-csi-driver/charts
helm install csi-secrets-store secrets-store-csi-driver/secrets-store-csi-driver -n kube-system
2Create the `ClusterCSIDriver`:
  apiVersion: operator.openshift.io/v1
  kind: ClusterCSIDriver
  metadata:
    name: secrets-store.csi.k8s.io
  spec:
    managementState: Managed
3Grant the SA privileged SCC:
The CSI provider uses hostPath and fails under restricted-v2 until the SA is granted privileged
oc adm policy add-scc-to-user privileged -z openbao-csi-provider -n openbao
4Deploy the OpenBao CSI provider
Follow Installing the OpenBao CSI provider (Helm chart 0.18.0+).
This lab already has OpenBao in namespace openbao installed.
Let's upgrade and enable CSI on the existing release instead:
Apply the helm command from the Commands / YAML tab
oc get ds -n openbao openbao-csi-provider — Desired/Ready should match node count
5Create a SecretProviderClass for the application
The next step is to create a SecretProviderClass (in the namespace myapp) that will be used to mount the secrets into the pod.
Apply from the Commands / YAML tab
6Deploy a pod that mounts the CSI volume
Apply from the Commands / YAML tab
7Verify secrets are mounted as files
oc exec -it myapp-pod -n myapp -- cat /mnt/secrets/db_password
oc exec -it myapp-pod -n myapp -- ls -la /mnt/secrets/
8Clean up
oc delete pod myapp-pod -n myapp
oc delete secretproviderclass openbao-secrets -n myapp
OpenBao Agent Sidecar Injector
Sealed Secrets Migration to OpenBao

Search test plan

Type at least 2 characters to search

Keyboard shortcuts

P
Go to prerequisites
T
Go to test cases
G
Go to glossary
D
Go to diagrams
J
Next card
K
Previous card
Enter
Open / close focused card
/
Open search
CtrlK
Open search modal
?
Show shortcuts
Esc
Close panel / blur search
/ open searchJ/K next / previous card? keyboard shortcutsEsc close panels