Skip to content

Commit

Permalink
docs: include peer as join session mode in access role ref (#48956)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenGravy authored Nov 18, 2024
1 parent f58fd28 commit fb57312
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/pages/includes/role-spec.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ spec:
# generates a role name from the value capture
roles: ['$1-admin']

# Teleport can attach annotations to pending Access Requests. these
# Teleport can attach annotations to pending Access Requests. These
# annotations may be literals, or be variable interpolation expressions,
# effectively creating a means for propagating selected claims from an
# external identity provider to the plugin system.
Expand Down Expand Up @@ -435,7 +435,7 @@ spec:
# The different session kinds this policy applies to.
kinds: ['k8s', 'ssh']
# The list of session participant modes the role may join the session as.
modes: ['moderator', 'observer']
modes: ['moderator', 'observer', 'peer']

# spiffe is a list of SPIFFE IDs that the role holder is allowed to request
# SVIDs for. As long as the request matches one of the blocks within the
Expand Down

0 comments on commit fb57312

Please sign in to comment.