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
Fix: reference ConnectionStrings--PostgresVectorStore KV secret in deployment workflow
Both dev and prod KVs now have this secret managed by Terraform (azapi_resource in
configuration/env/dev/main.tf and configuration/env/prod/main.tf). This secret name
matches the actual config key it feeds (ConnectionStrings:PostgresVectorStore) and
eliminates the confusing remapping from connectionstrings--PostgresVectorDb.
This decouples the web app's postgres connection string from the Tooling pipeline's
connection string, which was sharing the same KV secret and causing breakage when
dev KV was updated to point to the dev PostgreSQL server.
0 commit comments