Open gsk1985 opened 1 month ago
looks like latest openbao-helm chart is still refering to openbao version v2.0.2 which doesn't support "PhysicalBackends" of type postgres.
Openbao main branch code has support for "PhysicalBackends" of type postgres , but there is no helm chart pointing to main branch.
@gsk1985 That is correct; we're working towards a 2.1.x release but it will still be a bit for it to come out.
@cipherboy Thanks for confirming. Could you please share tentative timelines for the 2.1.x release?
Describe the bug OpenBao Helm installation is failing while running the server in Standalone mode with "postgresql" storage
To Reproduce Steps to reproduce the behavior:
Modify values.yaml -> “server.standalone.config” property with below value storage "postgresql" { connection_url = "postgres://pgadmin:q32OddAJNW6S1g45uItxWY6e7tC97B@100.101.242.175:5432/tca" table = "openbao_kv_store" ha_table = "openbao_ha_locks" upsert_function = "openbao_kv_put" skip_create_table = "true" }
Trigger Helm install
Below error is seen in openbao server log -
Unknown storage type postgresql
Other useful info to include: openbao pod logs,
kubectl describe statefulset openbao
andkubectl get statefulset openbao -o yaml
outputExpected behavior Openbao pods should be UP and running
Environment
Helm chart info:
Chart values:
Additional context Add any other context about the problem here.