I would like to connect PowerBI to a PostgreSQL database hosted on AWS RDS secured by an SSH Tunnel.
I tried to create a connexion on my laptop with PowerBI installed through Putty and then create a Postgres connexion on PowerBI.
No problem to create the SSH connexion with Putty but PowerBI is not able to create the connexion with the database.
Is there a way to access this database with PowerBI ?
Process I followed :
Configuration of the destination :
Add the private key (I transformed it from RSA to .ppk with Puttygen)
Configure connexion
Configure Connexion >> Data
Configure Tunnel
Clik on "open", then a terminal will open :
Open PowerBi desktop, add a postgreSQL data source, Name= localhost and database = postgres
Related
I want to connect a localhost PostgreSQL database with Power BI Desktop. I know how to do it, but I have a question regarding a secure connection. When trying to connect a window pops up saying... Encryption Support We were unable to connect to the data source using an encrypted connection... My question is, how to ensure a encrypted connection with my localhost PostgreSQL database?
I configureted ssh tunel via Putty with all settings provided by Devops.
During tring create connection with Postgre databases get error 29dcd26f -- errorcode
All date was entred correct
enter image description here
I resolved my problem asked my Devops create access to database via VPN and used new credianls. It was created success connect Tableau to Postgres.
I have a PostgreSQL database hosted in private network. i have bastion id, username ,database credentials. how can I connect the database with tableau using ssh key? so far i did not find any viable solution for this problem. I need a solution where tableau with get connected with the database and get live data.
If Tableau doesn't have integrated tools to create the tunnel (and as far as I know it doesn't) then you can create a tunnel yourself using ssh or putty or some python module, for example. Then tell Tableau Desktop to connect to the database at the address of the local end of the tunnel, likely 127.0.0.1:5432.
In the past I could successfully connect to an AWS RDS PostgresSQL database from Azure Data Factory that has been enabled with a public endpoint.
Recently we have a scenario where an SSH client is created on an bastion host on AWS EC2 Instance which then connects the PostgresSQL database.
So now we need to connect to this PostgresSQL instance from Azure Data Factory via SSH. It seems that the current driver (ODBC PostgreSQL Wire Protocol driver) in ADF only supports SSL, so is there another way to set up an SSH tunnel in Azure and connect via the tunnel to the SSH client in AWS.
So in short :
AZURE ADF ----> PostgresSQL Linked Service ---> SSH Tunnel ---> AWS EC2 SSH --> AWS RDS PostresSQL
Thanks in Advance ....
I dont think you can achieve this at this as it is not supported . I request you to go here and log this ask , so that the ask reaches to the right team .
I'm trying to connect to postgresql database that locate in my home using pgAdmin or Qgis, but in company, where I work, admin create proxy-server http(s)//company.proxy.com:8080
How can I connect to database?
Also, there is redmine on that server and when I connect to it using google chrome with settings-network-change proxy setting - it work fine...