indigo-iam / iam

INDIGO Identity and Access Management Service
https://indigo-iam.github.io/
Other
102 stars 43 forks source link

using a distant database #655

Closed sigau closed 12 months ago

sigau commented 1 year ago

Hello

We are trying to use a remote database (which is not a host on the machine running the indigo iam instance). We manage to connect with mysql to the database from the shell but when we launch the instance giving the various useful info in the env file (database host, name, user and password) we get the error attached:

error_db.txt

thank you in advance Gautier

sigau commented 12 months ago

Hi we find the solution we change the docker network from iam to bridge and modify the MTU from 1500 to 1442.