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
I am trying to build a Yatai production ready platform on AZURE.
The database is hosted on an external Azure Postgres Single server but I am unable to configure the connection to the db because of the ssl mode.
In Production environment, our security policies only allow connection with SSL: sslmode=require but the Postgres connection string can only use non-ssl connection as it seems to be hard-coded here:
Hello bentoml team 👋
I am trying to build a Yatai production ready platform on AZURE.
The database is hosted on an external Azure Postgres Single server but I am unable to configure the connection to the db because of the ssl mode.
In Production environment, our security policies only allow connection with SSL:
sslmode=require
but the Postgres connection string can only use non-ssl connection as it seems to be hard-coded here:Yatai/api-server/services/db.go
Line 82 in 6916b93
Is it possible to have an option to select the SSL mode pour the PG connection?
The text was updated successfully, but these errors were encountered: