Re: Delegating superuser tasks to new security roles (Was: Granting control of SUSET gucs to non-superusers)

From: Mark Dilger <mark(dot)dilger(at)enterprisedb(dot)com>
To: Noah Misch <noah(at)leadboat(dot)com>
Cc: Jacob Champion <pchampion(at)vmware(dot)com>, "sfrost(at)snowman(dot)net" <sfrost(at)snowman(dot)net>, "robertmhaas(at)gmail(dot)com" <robertmhaas(at)gmail(dot)com>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>, "tgl(at)sss(dot)pgh(dot)pa(dot)us" <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "chap(at)anastigmatix(dot)net" <chap(at)anastigmatix(dot)net>, torikoshia <torikoshia(at)oss(dot)nttdata(dot)com>
Subject: Re: Delegating superuser tasks to new security roles (Was: Granting control of SUSET gucs to non-superusers)
Date: 2021-07-01 15:59:02
Message-ID: B2D91918-CD5A-4274-8494-79CFE7A5B5EA@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> On Jun 29, 2021, at 6:25 PM, Mark Dilger <mark(dot)dilger(at)enterprisedb(dot)com> wrote:
>
> Please find attached a new set of patches.

And again, this time attaching a fifth patch which includes the work to allow users who belong to the right security role to SET and ALTER SYSTEM SET variables without being a superuser.

Attachment Content-Type Size
v4-0001-Add-default-role-for-managing-logical-replication.patch application/octet-stream 27.9 KB
v4-0002-Add-default-role-for-host-security-operations.patch application/octet-stream 22.8 KB
v4-0003-Add-default-role-for-network-security-operations.patch application/octet-stream 30.2 KB
v4-0004-Add-default-role-for-database-operations.patch application/octet-stream 49.5 KB
v4-0005-Allow-SET-and-ALTER-SYSTEM-SET-by-non-superusers.patch application/octet-stream 1.3 MB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Euler Taveira 2021-07-01 16:01:52 Re: SSL/TLS instead of SSL in docs
Previous Message Bharath Rupireddy 2021-07-01 15:55:41 Re: Refactor "mutually exclusive options" error reporting code in parse_subscription_options