Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/pages/access-controls/guides/moderated-sessions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,13 @@ spec:
modes: ['moderator', 'observer']
```

Users who are assigned a role with a `join_sessions` allow policy are
implicitly allowed to list the sessions that the policy gives them permission
to join. If there's a `deny` rule that prevents listing sessions, the
`join_sessions` policy overrides the `deny` rule for the sessions the
policy allows the user to join. Outside of this exception for joining
sessions, `deny` statements take precedent.

#### Joining sessions example

Here is an example of Jeff with role `prod-access` connecting to
Expand Down