How do setup DB connection to postgreSQL using private key. I have server IP, user name and RSA key.
Page 1 / 1
Hi @rbeerak
Connecting to databases through FME will need to be done with a username and password, filling in the required connection information shown here:
It also doesn't look like you're able to pass the key in the JDBC settings either: https://jdbc.postgresql.org/documentation/94/connect.html
I don't know where there's a way you can connect using your key with pgsql or python - but if you can find documentation/instructions explaining how you could try using the SystemCaller/PythonCaller to run those commands as a workaround.
thank you @jlutherthomas