Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to connect to gcp postgres SSL, client-cert client-key, server-ca #6189

Open
anborg opened this issue Jun 5, 2022 · 5 comments
Open
Labels
bb-datasource bug Something isn't working env - production Bug found in production Low priority Created by Linear-GitHub Sync stale

Comments

@anborg
Copy link

anborg commented Jun 5, 2022

Hosting

  • Self
    • Method: docker
    • Budibase Version: 1.0.105

Describe the bug

Should connect to gcp postgres - SSL with client-cert.pem, client-key.pem, server-ca.pem

Command line able to connect with ssl

psql "sslmode=verify-ca sslrootcert=server-ca.pem \
      sslcert=client-cert.pem sslkey=client-key.pem \
      hostaddr=XX.XX.XX.XX \
      user=youruser dbname=testdb2"

Error while connectingthrough budibase , localhost:10000/...

image

Expected behavior
Postgres able to connect.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: osx
  • Browser chrome
  • Version 22

Additional context
Add any other context about the problem here.

@stale
Copy link

stale bot commented Aug 11, 2022

This issue has been automatically marked as stale because it has not had recent activity.

@stale stale bot added the stale label Aug 11, 2022
@melohagan melohagan added bug Something isn't working sev3 - substantial and removed enhancement New feature or request labels Nov 23, 2022
@stale stale bot removed stale labels Nov 23, 2022
@melohagan melohagan added stale env - production Bug found in production labels Nov 23, 2022
@stale stale bot removed the stale label Nov 23, 2022
@cah-keith-knight
Copy link

Any idea if/when this might be fixed? Are there any other workarounds?

@stale
Copy link

stale bot commented Apr 6, 2023

This issue has been automatically marked as stale because it has not had recent activity.

@stale stale bot added the stale label Apr 6, 2023
@ghost
Copy link

ghost commented Apr 6, 2023

Hello !

As a workaround, you can use https://github.com/GoogleCloudPlatform/cloud-sql-proxy. There is a Docker container, so you can run it next to Budibase.

If you want more details, feel free. :-)

@stale stale bot removed stale labels Apr 6, 2023
@stale
Copy link

stale bot commented Jun 10, 2023

This issue has been automatically marked as stale because it has not had recent activity.

@stale stale bot added the stale label Jun 10, 2023
@melohagan melohagan added Low priority Created by Linear-GitHub Sync bb-datasource and removed sev3 - substantial labels Nov 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bb-datasource bug Something isn't working env - production Bug found in production Low priority Created by Linear-GitHub Sync stale
Projects
None yet
Development

No branches or pull requests

3 participants