colegottdank

Results 12 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...

Do you have the same error if you hit OpenAI directly? Also, please set the messages to a variable and then console.log that variable? I want to see what the...

Hi, thank you for the issue and we appreciate your support :) Would the header `Helicone-Cache-Seed` solve this for you? https://docs.helicone.ai/features/advanced-usage/caching#adding-cache-seed

Hi @hackgoofer, could you share a code snippet? I'm a bit confused on what the private function is? Thanks