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
Hello,
we are trying to setup mainflux on a managed Database service and we are wondering if there is SSL support for database connection if yes, then how to enable and path the SSL certificate for the database connection ?
## If you want to use an external database, set this to false and change postgresqlHost
enabled: false
name: postgresql-users
postgresqlHost: localhost
postgresqlUsername: postgres
postgresqlPassword: mainflux
postgresqlDatabase: users
resources:
requests:
cpu: 25m
persistence:
size: 1Gi```
The text was updated successfully, but these errors were encountered:
Hello @ziadkiwan
The short answer is currently this chart doesn't support SSL connection to DB
But, if you look at core services, for example users, you will see that this is supported with environment variables MF_USERS_DB_SSL_MODE, MF_USERS_DB_SSL_CERT, MF_USERS_DB_SSL_KEY and MF_USERS_DB_SSL_ROOT_CERT
I haven't tried SSL connection to external db, but with some modification of this chart maybe you can try. You can try adding this env vars into users deployment template and test it
Hello,
we are trying to setup mainflux on a managed Database service and we are wondering if there is SSL support for database connection if yes, then how to enable and path the SSL certificate for the database connection ?
The text was updated successfully, but these errors were encountered: