169 похожих чатов

Hi Community, I use patroni. I configure patronictl edit-config with LDAP

authentication. My connections matches the wrong pg_hba line.

I get this error :
"password authentication failed for user ""user1""","User ""user1"" has no password assigned.
Connection matched pg_hba.conf line 104: ""host all all 0.0.0.0/0 scram-sha-256""

The patronictl pg_hba line I want is:
- host all yr505039 0.0.0.0/0 ldap ldapserver=....

Is it okay to manually edit my pg_hba files in postgresql?

7 ответов

41 просмотр

As it has to be replicated to the other instances, you have to do it with Patroni: patronictl edit-config

Sercan- Автор вопроса
Stefanie Janine Stölting
As it has to be replicated to the other instances,...

Thank you for your answer, Yes I used patronictl edit-config. I also reloaded and restarted the cluster, but when I look at the logs, the connection still does not match the pg_hba LDAP line. It matches the line "host all all 0.0.0.0/0 scram-sha-256". It seems like I can't commit my patronictl edit-config pg_hba changes.

Sercan
Thank you for your answer, Yes I used patronictl...

Ants has posted an answer with examples for how to do it on stackoverflow: https://stackoverflow.com/questions/57570581/can-you-change-pg-hba-conf-using-patronictl#57572258

Sercan
Thank you for your answer, Yes I used patronictl...

And I forgot to mention, that Patroni handles reload and restart (if necessary) itself. There is no need to do this manually.

Sercan- Автор вопроса
Stefanie Janine Stölting
Ants has posted an answer with examples for how to...

If I unterstood correctly, When I change pg_hba lines with patronictl edit-config, my local pg_hba files must change Automaticly. But it didnt changed. So first, I have to find the reason for this.

Sercan
If I unterstood correctly, When I change pg_hba l...

It takes some time until the files are changed, it's not immediately.

Sercan- Автор вопроса

Похожие вопросы

Обсуждают сегодня

а через ESC-код ?
Alexey Kulakov
29
30500 за редактор? )
Владимир
47
Чёт не понял, я ж правильной функцией воспользовался чтобы вывести отладочную информацию? но что-то она не ловится
notme
18
У меня есть функция где происходит это: write_bit(buffer, 1); write_bit(buffer, 0); write_bit(buffer, 1); write_bit(buffer, 1); write_bit(buffer, 1); w...
~
13
Недавно Google Project Zero нашёл багу в SQLite с помощью LLM, о чём достаточно было шумно в определённых интернетах, которые сопровождались рассказами, что скоро всех "ибешни...
Alex Sherbakov
5
Как передать управляющий символ в открытую через CreateProcess консоль? Собсна, есть процедура: procedure TRedirectThread.WriteData(Data: OEMString); var Written: Cardinal;...
Serjone
6
в JclConsole объявлено так: function CtrlHandler(CtrlType: DWORD): BOOL; stdcall; - где ваше объявление с stdcall? у вас на картинке нет stdcall
Karagy
8
Ребят в СИ можно реализовать ООП?
Николай
33
program test; {$mode delphi} procedure proc(v: int32); overload; begin end; procedure proc(v: int64); overload; begin end; var x: uint64; begin proc(x); end. Уж не знаю...
notme
6
https://github.com/erlang/otp/blob/OTP-27.1/lib/kernel/src/logger_h_common.erl#L174 https://github.com/erlang/otp/blob/OTP-27.1/lib/kernel/src/logger_olp.erl#L76 15 лет назад...
Maksim Lapshin
20
Карта сайта