Skip to content

Commit

Permalink
Fix rendering of list in access control docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hashhar committed Feb 17, 2022
1 parent 92245c3 commit 852f8c7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/src/main/sphinx/security/file-system-access-control.rst
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ visible. Specifically:
permissions on any nested table, or has permissions to set session properties
in the catalog.
* ``schema``: Visible if the user is the owner of the schema, or has permissions
on any nested table. * ``table``: Visible if the user has any permissions on
the table.
on any nested table.
* ``table``: Visible if the user has any permissions on the table.

Catalog rules
^^^^^^^^^^^^^
Expand Down Expand Up @@ -342,7 +342,8 @@ denied. System session property rules are composed of the following fields:
* ``role`` (optional): regex to match against role names. Defaults to ``.*``.
* ``group`` (optional): regex to match against group names. Defaults to ``.*``.
* ``property`` (optional): regex to match against the property name. Defaults to
``.*``. * ``allow`` (required): boolean indicating if the setting the session
``.*``.
* ``allow`` (required): boolean indicating if the setting the session
property should be allowed.

The catalog session property rules have the additional field:
Expand Down

0 comments on commit 852f8c7

Please sign in to comment.