*Google cloud run self-host deploy* Hi, I am tryin...
# support-questions
j
Google cloud run self-host deploy Hi, I am trying to deploy a supertokens docker image on Google cloud run service to work with Hasura, everything is working well so far, but I would like to enable security on database connection, by default google (gcp) implements a cloud sql proxy to enhance security, but it uses unix socket which is disabled by default in java, here is an example about how to handle this connection https://cloud.google.com/sql/docs/postgres/connect-run#public-ip-default_1 , right now it is working because I am connecting to my database by public IP but would be nice if you can enable unix socket
r
Hey @jose.avila would be great if you can open an issue about this. We will check it out. Thanks.