Let people set host(no)ssl settings from initdb

From: David Fetter <david(at)fetter(dot)org>
To: PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: Let people set host(no)ssl settings from initdb
Date: 2019-12-12 04:07:48
Message-ID: 20191212040748.GD32763@fetter.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Folks,

I've found myself writing a lot of boilerplate pg_hba.conf entries
along the lines of

hostnossl all all 0.0.0.0/0 reject
hostssl all all 0.0.0.0/0 md5

so I thought I'd make it easier to do that from initdb.

What say?

Best,
David.
--
David Fetter <david(at)fetter(dot)org> http://fetter.org/
Phone: +1 415 235 3778

Remember to vote!
Consider donating to Postgres: http://www.postgresql.org/about/donate

Attachment Content-Type Size
v1-0001-Enable-setting-pg_hba.conf-permissions-from-initd.patch text/x-diff 11.3 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Dilip Kumar 2019-12-12 04:14:50 Re: PATCH: logical_work_mem and logical streaming of large in-progress transactions
Previous Message Thomas Munro 2019-12-12 04:00:58 Re: Collation versioning