https://questdb.io logo
Title
l

Logan Matic

01/29/2023, 8:26 AM
I am so confused on how to properly startup questdb and have it properly deployed with authentication...
m

Mathias Kron (matzikro67)

01/29/2023, 1:35 PM
Hi and welcome! Maybe this might get you started with setting up Basic Auth for QuestDB: https://questdb.io/blog/2022/08/05/setting-basic-auth-nginx/
l

Logan Matic

01/29/2023, 8:52 PM
So I was looking at doing it this way but auth wise with ingesting and querying data where not just anyone can do it..
m

Mathias Kron (matzikro67)

01/29/2023, 9:01 PM
There is multiple config options to enable
readonly
: e.g. `http.security.readonly`or
pg.security.readonly
or a sepearate user with
pg.readonly.user.enabled
l

Logan Matic

01/29/2023, 9:22 PM
I am no longer talking about the panel portion im talking about like when I do node.js to write & query data how to properly make that under authentication
j

javier ramirez

01/30/2023, 11:59 AM
For ILP, authentication can be done by creating a JWT https://questdb.io/docs/reference/api/ilp/authenticate/
For querying data, authentication is done via postgres protocol user and password