diff options
author | Peter Eisentraut | 2025-01-15 16:55:18 +0000 |
---|---|---|
committer | Peter Eisentraut | 2025-01-15 16:58:05 +0000 |
commit | 761c79508e7fbc33c1b11754bdde4bd03ce9cbb3 (patch) | |
tree | 5b76973b71b307fbdc2cd3989edee4dd44e56064 /src/include/pg_getopt.h | |
parent | b6463ea6ef3e46b32be96a23f3a9f47357847ce4 (diff) |
postgres_fdw: SCRAM authentication pass-through
This enables SCRAM authentication for postgres_fdw when connecting to
a foreign server without having to store a plain-text password on user
mapping options.
This is done by saving the SCRAM ClientKey and ServeryKey from the
client authentication and using those instead of the plain-text
password for the server-side SCRAM exchange. The new foreign-server
or user-mapping option "use_scram_passthrough" enables this.
Co-authored-by: Matheus Alcantara <[email protected]>
Co-authored-by: Peter Eisentraut <[email protected]>
Discussion: https://www.postgresql.org/message-id/flat/[email protected]
Diffstat (limited to 'src/include/pg_getopt.h')
0 files changed, 0 insertions, 0 deletions