Re: Support kerberos authentication for postgres_fdw

Поиск
Список
Период
Сортировка
От Peifeng Qiu
Тема Re: Support kerberos authentication for postgres_fdw
Дата
Msg-id SA1PR05MB8030840E74603B38BC23FBB7A8159@SA1PR05MB8030.namprd05.prod.outlook.com
обсуждение исходный текст
Ответ на Re: Support kerberos authentication for postgres_fdw  (Magnus Hagander <magnus@hagander.net>)
Список pgsql-hackers
>But in this case, what dose Kerberos give over just using a password
>based solution? It adds complexity, but what's teh actual gain?

That's due to policy of some customers. They require all login to be kerberos
based and password-less. I suppose this way they don't need to maintain
passwords in each database and the same keytab file may be used in
connections to multiple databases.
If we can do the delegation approach right, it's clearly a superior solution
since keytab file management is also quite heavy burden.

В списке pgsql-hackers по дате отправления:

Предыдущее
От: ikedamsh@oss.nttdata.com
Дата:
Сообщение: Fix comments of heap_prune_chain()
Следующее
От: Jeevan Ladhe
Дата:
Сообщение: [PATCH] improve the pg_upgrade error message