Has anyone deployed supertokens to GKE before with...
# support-questions-legacy
a
Has anyone deployed supertokens to GKE before with the database instance on CloudSQL? I was hoping to understand the best way to configure the supertokens deployment because currently i am getting an error while
Setting up PostgreSQL connection pool
io.supertokens.storage.postgresql.HikariLoggingAppender.doAppend(HikariLoggingAppender.java:132) | |hostip|5432|db|public~|10|user|password|allowPublicKeyRetrieval=true|postgresql|60000 - Exception during pool initialization.
I am trying to configure via Cloud Sql Auth Proxy - https://cloud.google.com/sql/docs/postgres/connect-kubernetes-engine using a Workload Identity.
10 Views