Skip to content

Commit

Permalink
Apply batch suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Robin Beck <stellarsquall@users.noreply.github.com>
  • Loading branch information
Dan-Heath and stellarsquall authored Dec 4, 2024
1 parent 90c489e commit be44dea
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: docs
page_title: Permissions index
description: >-
Learn about Boundary's RBAC, allow-only permissions model. Understand how permissions are configured using grant strings and roles.
Learn about Boundary's RBAC (Role-based access control), allow-only permissions model. Understand how permissions are configured using grant strings and roles.
---

# Permissions in Boundary
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: docs
page_title: Permission grant formats
description: >-
Learn how to construct grant strings that map resources and permissions. Understand ID, Type, Pinned, and Wildcard grant formats.View possible grant templates.
Learn how to construct grant strings that map resources and permissions. Understand ID, Type, Pinned, and Wildcard grant formats. View possible grant templates.
---

# Permission grant formats
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: docs
page_title: Enable session recording on a target
description: >-
Enable session recording for targets so that any user sessions connecting to them are recorded for compliance and threat management.
Enable session recording for targets so that user sessions are recorded for compliance and threat management.
---

# Enable session recording on a target
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: docs
page_title: Configure MinIO storage
description: |-
description: >-
Configure MinIO as a storage provider for recorded sessions. Understand session recording and MinIO requirements. View an example configuration.
---

Expand Down
8 changes: 4 additions & 4 deletions website/content/docs/configuration/worker/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ The `worker` stanza configures Boundary worker-specific parameters.

All workers within Boundary use certificates and encryption keys to identify
themselves and protect data in transit. However, there are three different
ways to register them so that registration of workers can fit into any workflow; controller-led, worker-led, and via external KMS.
ways to register them so that registration of workers can fit into any workflow: controller-led, worker-led, and via external KMS.

The differences in how they are configured are in the sub-pages linked at the
bottom of this page.

Workers registered via the worker-led or controller-led methods must be registered in
the system via an API call, and require storage on disk to store the current set
of credentials. Workers registering via an external KMS auto-register after successful authentication, making them an easy mechanism to
Workers registered using the worker-led or controller-led methods must be registered in
the system using an API call, and require storage on disk to store the current set
of credentials. Workers registering using an external KMS auto-register after successful authentication, making them an easy mechanism to
use for automatic scaling. This also means they are not required to store
credentials locally; each time they connect the KMS is used to reauthenticate
them.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: docs
page_title: Worker configuration
description: >-
Learn about authorizing workers to the cluster and configuring workers for session recording storage. View a complete worker configuration example.
Learn about authorizing workers to the controller and configuring workers for session recording storage. View a complete worker configuration example.
---

# Worker configuration
Expand Down

0 comments on commit be44dea

Please sign in to comment.