My Notes

Add an option to disable TLS for serving the admin ui behind a reverse proxy. I believe this should definitely be an feature and would make things much easier.

  • See https://github.com/edgedb/edgedb/issues/5030
    • Insecure dev mode allows non-encrypted
      • Separate flag for HTTP traffic- http-endpoint-security
      • Suggest setting up TLS properly
        • Use Let’s Encrypt to create a certificate or self-signed for communication with proxy
      • edgedb-server —http-endpoint-security=optional
        • Will lessen the security of EdgeDB endpoint
  • Generating typing for query parameters in TS from schema

Meeting Notes