From e4e06e63d95b4c6f4cfa3833064555e521163606 Mon Sep 17 00:00:00 2001 From: edorion Date: Fri, 7 Jul 2023 03:35:29 +1000 Subject: [PATCH] Update SSH target attributes url typo (#3380) https://developer.hashicorp.com/boundary/docs/concepts/docmain-model/targets#ssh-target-attributes-hcp-ent should be https://developer.hashicorp.com/boundary/docs/concepts/domain-model/targets#ssh-target-attributes-hcp-ent (domain not docmain) --- .../session-recording/enable-session-recording.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 18d5b787c1..e783cc0087 100644 --- a/website/content/docs/configuration/session-recording/enable-session-recording.mdx +++ b/website/content/docs/configuration/session-recording/enable-session-recording.mdx @@ -19,7 +19,7 @@ You use the storage bucket's ID to associate a target with the storage bucket. The key is used for encrypting data and checking the integrity of recordings. Refer to [Create the controller configuration](/boundary/docs/install-boundary/configure-controllers#create-the-controller-configuration) for more information about configuring a KMS block. - The targets must be configured with an ingress or egress worker filter that includes a worker with access to the storage bucket you created. -Refer to [SSH target attributes](/boundary/docs/concepts/docmain-model/targets#ssh-target-attributes-hcp-ent) for more information. +Refer to [SSH target attributes](/boundary/docs/concepts/domain-model/targets#ssh-target-attributes-hcp-ent) for more information. - You must enable injected application credentials on any target that you want to use for session recording. Complete the following steps to enable session recording on a target. @@ -88,4 +88,4 @@ The following settings are required for session recording: The target is now enabled for session recording. -Any user session that connects to the target is automatically recorded. \ No newline at end of file +Any user session that connects to the target is automatically recorded.