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
With add_pgbouncer=True, a CDK app that tries to read the secret values with something like pgstac_db.pgstac_secret.secret_value_from_json("host").to_string() will crash because the secret value has not yet been updated by the secret bootstrap function.
We need to have a way to create a dependency on the successful completion of the secret bootstrapping operation like the pgbouncer has for the pgstac boostrap:
With
add_pgbouncer=True
, a CDK app that tries to read the secret values with something likepgstac_db.pgstac_secret.secret_value_from_json("host").to_string()
will crash because the secret value has not yet been updated by the secret bootstrap function.We need to have a way to create a dependency on the successful completion of the secret bootstrapping operation like the
pgbouncer
has for thepgstac
boostrap:eoapi-cdk/lib/database/index.ts
Line 171 in b222426
The text was updated successfully, but these errors were encountered: