You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to specify a role in the superuser_whitelist so that role members can switch to superuser.
Like the pg_hba.conf, role may have a plus sign prefix to make the difference with a user. # TYPE DATABASE USER ADDRESS METHOD host all +admin 0.0.0.0/0 md5
The text was updated successfully, but these errors were encountered:
This feature adds support for '+<group_role>' syntax in the superuser
whitelist. This should allow users to be added to the whitelist by
association with the specified "<group_role>".
Resolves: #7
This feature adds support for '+<group_role>' syntax in the superuser
whitelist. This should allow users to be added to the whitelist by
association with the specified "<group_role>".
Resolves: #7
Would it be possible to specify a role in the superuser_whitelist so that role members can switch to superuser.
Like the pg_hba.conf, role may have a plus sign prefix to make the difference with a user.
# TYPE DATABASE USER ADDRESS METHOD
host all +admin 0.0.0.0/0 md5
The text was updated successfully, but these errors were encountered: