From be44dea52c5a898945b527bb0d25be941d18a805 Mon Sep 17 00:00:00 2001 From: Dan Heath <76443935+Dan-Heath@users.noreply.github.com> Date: Wed, 4 Dec 2024 10:58:11 -0500 Subject: [PATCH] Apply batch suggestions from code review Co-authored-by: Robin Beck --- .../configuration/identity-access-management/index.mdx | 2 +- .../permission-grant-formats.mdx | 2 +- .../session-recording/enable-session-recording.mdx | 2 +- .../storage-providers/configure-minio.mdx | 2 +- website/content/docs/configuration/worker/index.mdx | 8 ++++---- .../docs/configuration/worker/worker-configuration.mdx | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/website/content/docs/configuration/identity-access-management/index.mdx b/website/content/docs/configuration/identity-access-management/index.mdx index 5e8f1a6987..8eedea3e57 100644 --- a/website/content/docs/configuration/identity-access-management/index.mdx +++ b/website/content/docs/configuration/identity-access-management/index.mdx @@ -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 diff --git a/website/content/docs/configuration/identity-access-management/permission-grant-formats.mdx b/website/content/docs/configuration/identity-access-management/permission-grant-formats.mdx index f3e86232d0..1a6d1ee56d 100644 --- a/website/content/docs/configuration/identity-access-management/permission-grant-formats.mdx +++ b/website/content/docs/configuration/identity-access-management/permission-grant-formats.mdx @@ -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 diff --git a/website/content/docs/configuration/session-recording/enable-session-recording.mdx b/website/content/docs/configuration/session-recording/enable-session-recording.mdx index 90320af53c..56e310a71b 100644 --- a/website/content/docs/configuration/session-recording/enable-session-recording.mdx +++ b/website/content/docs/configuration/session-recording/enable-session-recording.mdx @@ -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 diff --git a/website/content/docs/configuration/session-recording/storage-providers/configure-minio.mdx b/website/content/docs/configuration/session-recording/storage-providers/configure-minio.mdx index e827ca92e1..35add2959e 100644 --- a/website/content/docs/configuration/session-recording/storage-providers/configure-minio.mdx +++ b/website/content/docs/configuration/session-recording/storage-providers/configure-minio.mdx @@ -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. --- diff --git a/website/content/docs/configuration/worker/index.mdx b/website/content/docs/configuration/worker/index.mdx index 9e5d7f937b..e8fcb12563 100644 --- a/website/content/docs/configuration/worker/index.mdx +++ b/website/content/docs/configuration/worker/index.mdx @@ -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. diff --git a/website/content/docs/configuration/worker/worker-configuration.mdx b/website/content/docs/configuration/worker/worker-configuration.mdx index 32bab11559..a741aabeb9 100644 --- a/website/content/docs/configuration/worker/worker-configuration.mdx +++ b/website/content/docs/configuration/worker/worker-configuration.mdx @@ -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