Question

How do setup DB connection to postgreSQL using private key. I have server IP, user name and RSA key.

  • 29 August 2019
  • 2 replies
  • 3 views

Badge

How do setup DB connection to postgreSQL using private key. I have server IP, user name and RSA key.


2 replies

Badge +2

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.
Badge

thank you @jlutherthomas

Reply