You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// For postgres backing store, VSecM Safe should keep its initial config
// in memory until the database is there; and then it should save it to
// the database, too. -> Document this too!
^ plus other things. -- a mini recording would be useful too; especially showcasing recent changes
create postgres-enabled manifests
deploy everyting
configure postgres
run tests
show db records.
more
helm install my-postgres bitnami/postgresql
CREATE TABLE "vsecm-secrets" (name TEXT PRIMARY KEY, data TEXT);
// For postgres backing store, VSecM Safe should keep its initial config
// in memory until the database is there; and then it should save it to
// the database, too. -> Document this too!
^ plus other things. -- a mini recording would be useful too; especially showcasing recent changes
more
helm install my-postgres bitnami/postgresql
CREATE TABLE "vsecm-secrets" (name TEXT PRIMARY KEY, data TEXT);
k exec $S -n vsecm-system -- safe
-w vsecm-safe
-s '{"config":{"backingStore":"postgres","dataSourceName":"postgresql://postgres:[email protected]:5432/postgres?sslmode=disable"}}'
2024/10/12 17:31:01 [WARN] iBCfGnni TODO: fetch from postgres store
The text was updated successfully, but these errors were encountered: