2

I'm trying to add authentication to questdb web ui, as I don't want it to be exposed to the public internet. But it seems there are no options out of the box?

samO0
  • 61
  • 2

1 Answers1

1

There is no authentication available on the web console yet out of the box, so the most common options are to:

  • set up an auth proxy in front of the instance using nginx or similar
  • disable the web console and REST API via server configuration
  • set the instance to read-only (http.security.readonly) via HTTP
Brian Smith
  • 1,222
  • 7
  • 17