colegottdank

Results 7 comments of colegottdank

Hey @tedsmitt, any update on this? Were you able to progress any further? Thanks

I was able to get the http://localhost:8000/auth/v1/sso/saml/metadata?download=true url to work and return the xml. I set GOTRUE_SAML_ENABLED:true and set the GOTRUE_SAML_PRIVATE_KEY

@tedsmitt found out even more. The sso endpoints require apikey, this won't work for the acs and metadata endpoints. To fix this, you have to update the kong.yml to include...

@brianc, I just got it to work using Hyperdrive: https://developers.cloudflare.com/hyperdrive/ You just create a new Hyperdrive in Cloudflare. Bind it to the worker ```typescript [[env.production.hyperdrive]] binding = "HYPERDRIVE" id =...

"By maintaining a connection pool to your database within Cloudflare’s network, Hyperdrive reduces seven round-trips to your database before you can even send a query: the TCP handshake (1x), TLS...

@Daniel-Ash, hi yes, from my understanding Hyperdrive maintains an open TLS connection to the Postgres DB. So, you don't need SSL to connect to Hyperdrive as Hyperdrive is already connected...