[pgpool-hackers: 3543] [PATCH] Feature: Add support for an user/password input file to pg_enc

Umar Hayat m.umarkiani at gmail.com
Tue Mar 10 21:07:37 JST 2020


Hi Hackers,
Attached patch address mentisbt-422
<https://www.pgpool.net/mantisbt/view.php?id=422> for pg_enc utility. User
can provide user name , password pair in a file to encrypt and add them to
pool_passwd file.
A new --input-file option is added in pg_enc. Using this pg_enc will parse
the username:password pairs from provide input file and it will add
username:AESxxxxx value in pool_passwod file.

Attached contains:
1. Implementation of feature in pg_enc tool
2. Documentation update

Regards
Umar Hayat
Principle Software Engineer
EnterpriseDB: https://www.enterpriseDB.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.sraoss.jp/pipermail/pgpool-hackers/attachments/20200310/40d7ef9b/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pg_enc_input_file.diff
Type: application/octet-stream
Size: 10153 bytes
Desc: not available
URL: <http://www.sraoss.jp/pipermail/pgpool-hackers/attachments/20200310/40d7ef9b/attachment-0001.obj>


More information about the pgpool-hackers mailing list