Commit 8c5301f
committed
fix(client): allow token to coexist with egress basic-auth password in one cluster config
A single QuestDB.connect() string drives both the ingest and the query
pools: the egress side authenticates with username=/password= while the
ingest side may use token=. The ingest parser's auth conflict is only its
own key pair (token + user); a password that belongs to the egress pair is
no longer rejected.1 parent cce3001 commit 8c5301f
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
| |||
3741 | 3742 | | |
3742 | 3743 | | |
3743 | 3744 | | |
3744 | | - | |
| 3745 | + | |
3745 | 3746 | | |
3746 | 3747 | | |
3747 | 3748 | | |
| |||
0 commit comments