From eb63a339f0f3c4c45073f3da706caa08f5699853 Mon Sep 17 00:00:00 2001 From: edorion Date: Fri, 7 Jul 2023 04:00:19 +1000 Subject: [PATCH] Update enable-session-recording.mdx to link bsr controler config to bsr kms key doc (#3382) * Update enable-session-recording.mdx * docs: Minor copy edit --------- Co-authored-by: Dan Heath <76443935+Dan-Heath@users.noreply.github.com> --- .../session-recording/enable-session-recording.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 e783cc0087..cab4f09cf5 100644 --- a/website/content/docs/configuration/session-recording/enable-session-recording.mdx +++ b/website/content/docs/configuration/session-recording/enable-session-recording.mdx @@ -17,7 +17,7 @@ You use the storage bucket's ID to associate a target with the storage bucket. - Session recording is only supported for SSH targets at this time. - A KMS key with the purpose `bsr` must be added to the controller configuration. 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. +Refer to [Create the controller configuration](/boundary/docs/install-boundary/configure-controllers#create-the-controller-configuration) and [the `bsr` KMS key](/boundary/docs/concepts/security/data-encryption#the-bsr-kms-key-hcp-ent) documentation 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/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.