split role settings from function settings
Also add doc for GRANT SET ON PARAMETER, see https://github.com/PostgREST/postgrest/pull/3058.
This commit is contained in:
committed by
Steve Chavez
parent
49e3d2c4b4
commit
475b4601ca
@@ -39,6 +39,10 @@ The picture below shows how the server handles authentication. If auth succeeds,
|
||||
|
||||
This role switching mechanism is called **user impersonation**. In PostgreSQL it's done with the ``SET ROLE`` statement.
|
||||
|
||||
.. note::
|
||||
|
||||
The impersonated roles will have their settings applied. See :ref:`impersonated_settings`.
|
||||
|
||||
.. _jwt_impersonation:
|
||||
|
||||
JWT-Based User Impersonation
|
||||
|
||||
Reference in New Issue
Block a user