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
feat(spider-storage)!: Read database credentials from the environment.
Storage read the database username and password from its config file, which the
Helm chart renders into a Kubernetes ConfigMap -- leaving the password in
plaintext. It now reads them from the `SPIDER_STORAGE_DB_USERNAME` and
`SPIDER_STORAGE_DB_PASSWORD` environment variables (both required) via a
dedicated `DatabaseCredentials` type, so they can instead be injected from a
Secret and kept out of the ConfigMap.
BREAKING CHANGE: the storage service now requires the database credentials to be
provided via environment variables; they are no longer read from the config file.
0 commit comments