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)

Use a simplified shell loop (super fancy) to unseal openbao-0, openbao-1, and openbao-2 with Shamir keys from openbao-init.json. Based on OpenBao Part 6 — Approach 1: Manual Initialisation.

Prerequisites checklist

Confirm these before running steps:

1Confirm OpenBao pods are present and openbao-0 is running:
oc get pods -n openbao
openbao-0 is Running (0/1 Ready is OK before unseal)
If they are all running already, test by scaling down and up again
oc scale statefulset/openbao -n openbao --replicas=0
oc scale statefulset/openbao -n openbao --replicas=3
watch oc get pods -n openbao
2Run the unseal loop from the Commands / YAML tab** (or save as openbao-manual-unseal.sh).
3The script:
Unseals openbao-0, openbao-1, openbao-2 (3 different keys each, threshold 3)
→ Waits 30 seconds between pods so the next pod can pull the image and start
→ Uses jq to read keys from openbao-init.json
4Verify all server pods are Ready:
oc get pods -n openbao
openbao-0, openbao-1, openbao-2: 1/1 Running
5Verify cluster status on openbao-0:
oc exec -ti openbao-0 -n openbao -- bao status
Initialized true, Sealed false
Re-Login
oc exec -ti openbao-0 -n openbao -- bao login
→ Enter the root token from openbao-init.json
6List Raft peers:
oc exec -ti openbao-0 -n openbao -- bao operator raft list-peers
→ Three voters: openbao-0 (leader), openbao-1, openbao-2
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
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