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 wanted to ask if there is a way to connect to Azure MySQL with SSL as a backend? In my case my SQLALCHEMY_DATABASE_URI would have to be like mysql://user@server:[email protected]:3306/superset?ssl_ca=BaltimoreCyberTrustRoot.crt.pem.
I'm a bit of a beginner to Docker, so I don't know how I could pass that cert. Is there way to do that through superset_config.py or by extending Dockerfile and downloading it to some directory (and which directory it would be)?
Any help or tips are deeply appreciated. Thanks!
The text was updated successfully, but these errors were encountered:
Hello!
I wanted to ask if there is a way to connect to Azure MySQL with SSL as a backend? In my case my
SQLALCHEMY_DATABASE_URI
would have to be likemysql://user@server:[email protected]:3306/superset?ssl_ca=BaltimoreCyberTrustRoot.crt.pem
.I'm a bit of a beginner to Docker, so I don't know how I could pass that cert. Is there way to do that through
superset_config.py
or by extending Dockerfile and downloading it to some directory (and which directory it would be)?Any help or tips are deeply appreciated. Thanks!
The text was updated successfully, but these errors were encountered: