From c053caaf9943a3dbb1e4c75f652ff1ff467788bf Mon Sep 17 00:00:00 2001 From: Dan Heath <76443935+Dan-Heath@users.noreply.github.com> Date: Mon, 29 Apr 2024 21:21:04 +0000 Subject: [PATCH] backport of commit 6c6a9367ea7468ac839aea5a0500adaeaa760290 --- .../session-recording/configure-worker-storage.mdx | 6 +++++- .../session-recording/enable-session-recording.mdx | 4 ++++ .../session-recording/storage-providers/configure-minio.mdx | 6 +++++- .../session-recording/storage-providers/configure-s3.mdx | 6 +++++- 4 files changed, 19 insertions(+), 3 deletions(-) diff --git a/website/content/docs/configuration/session-recording/configure-worker-storage.mdx b/website/content/docs/configuration/session-recording/configure-worker-storage.mdx index 5068260c0e..c8c3469751 100644 --- a/website/content/docs/configuration/session-recording/configure-worker-storage.mdx +++ b/website/content/docs/configuration/session-recording/configure-worker-storage.mdx @@ -62,4 +62,8 @@ worker { recording_storage_path = "/local/storage/directory" recording_storage_minimum_available_capacity = "500MB" } -``` \ No newline at end of file +``` + +## Next steps + +After you configure worker storage, you can configure the external storage provider for [Amazon S3](/boundary/docs/configuration/session-recording/storage-providers/configure-s3) or [MinIO](/boundary/docs/configuration/session-recording/storage-providers/configure-minio). \ No newline at end of file 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 231271cd2f..b76ce00351 100644 --- a/website/content/docs/configuration/session-recording/enable-session-recording.mdx +++ b/website/content/docs/configuration/session-recording/enable-session-recording.mdx @@ -87,3 +87,7 @@ The following setting is required for session recording: The target is now enabled for session recording. Any user session that connects to the target is automatically recorded. + +## Next steps + +After you have enabled session recording, you may want to [configure storage policies](//boundary/docs/configuration/session-recording/configure-storage-policy) to codify the lifecycle management of your session recordings. \ No newline at end of file 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 f69576171a..c66aa17a82 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 @@ -99,4 +99,8 @@ When determining storage requirements for the external bucket, you should consid The following docs MinIO docs are relevant for configuring storage buckets and service accounts: - Refer to the [MinIO Policy Action Keys](https://min.io/docs/minio/linux/administration/identity-access-management/policy-based-access-control.html#mc-admin-policy-action-keys) documentation to learn more about restricting IAM user policies. -- Refer to the [MinIO Object Encryption with KES](https://min.io/docs/minio/linux/operations/server-side-encryption/configure-minio-kes.html#minio-sse-vault) documentation to learn more about KMS and data encryption with vault key management. \ No newline at end of file +- Refer to the [MinIO Object Encryption with KES](https://min.io/docs/minio/linux/operations/server-side-encryption/configure-minio-kes.html#minio-sse-vault) documentation to learn more about KMS and data encryption with vault key management. + +## Next steps + +After you configure the external storage provider, you can [create the storage bucket](/boundary/docs/configuration/session-recording/create-storage-bucket) in Boundary. \ No newline at end of file diff --git a/website/content/docs/configuration/session-recording/storage-providers/configure-s3.mdx b/website/content/docs/configuration/session-recording/storage-providers/configure-s3.mdx index 60a7cf3ca5..dcb806aadd 100644 --- a/website/content/docs/configuration/session-recording/storage-providers/configure-s3.mdx +++ b/website/content/docs/configuration/session-recording/storage-providers/configure-s3.mdx @@ -124,4 +124,8 @@ When determining storage requirements for the external bucket, you should consid } ] } - ``` \ No newline at end of file + ``` + +## Next steps + +After you configure the external storage provider, you can [create the storage bucket](/boundary/docs/configuration/session-recording/create-storage-bucket) in Boundary. \ No newline at end of file