How to enable Kerberos authenticating?
Hello!
I found in module docs "params is optional and is in any format accepted by libpq. The connection string is passed as is to libpq, so any format supported by libpq will be supported here. Likewise, any format unsupported by libpq will not work. If no parameters are supplied libpq will use environment variables to connect." libpq support: PGKRBSRVNAME PGREALM
for support kerberos authantication. I try use this envs, also I try use connection string like "postgresql://myuser@localhost:5432/mydbname?krbsrvname=some/[email protected]"
But all not work. In most tries I got "fe_sendauth: no password supplied" What I doing wrong?
Thanks!
Kerberos isn't supported in node-postgres yet. I'm happy to review a PR for the functionality if you build it. Also If your company needs this feature I am happy to engage with you on a contract basis to add it myself.
If you or your company benefit from node-postgres and have the means, please consider supporting my work on Patreon.
@brianc Is Kerberos still unsupported in node-postgres?
@charmander any progress here?
@charmander Do you still have plans to work on adding GSSAPI authentication?
@brianc Can you please contact me regarding this issue? Thanks!