From 55e093cd13e2862a34e22d9d8f5acc43cf046521 Mon Sep 17 00:00:00 2001 From: Dan Heath <76443935+Dan-Heath@users.noreply.github.com> Date: Thu, 9 May 2024 10:59:15 -0400 Subject: [PATCH] Apply batch of suggestions from code review Co-authored-by: Michael Li --- website/content/docs/configuration/controller.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/content/docs/configuration/controller.mdx b/website/content/docs/configuration/controller.mdx index 20ef7ab702..e243bbda03 100644 --- a/website/content/docs/configuration/controller.mdx +++ b/website/content/docs/configuration/controller.mdx @@ -193,7 +193,7 @@ And optionally, a KMS stanza for configuration encryption purpose: # Configuration encryption block: decrypts sensitive values in the # configuration file. See `boundary config [encrypt|decrypt] -h`. kms "aead" { - purpose = "config"` + purpose = "config" aead_type = "aes-gcm" key = "7xtkEoS5EXPbgynwd+dDLHopaCqK8cq0Rpep4eooaTs=" } @@ -206,7 +206,7 @@ And optionally, a KMS stanza to enable the session recording feature: # of session recordings. If you do not add a BSR key to your # controller configuration, you cannot enable session recording. kms "aead" { - purpose = "bsr"` + purpose = "bsr" aead_type = "aes-gcm" key = "8Vg!XCbS.fzNKB@Uu.ccB588H#4iyHAd:TpgjuwC/;J;" key_id = "session_recording" @@ -334,7 +334,7 @@ kms "aead" { # of session recordings. If you do not add a BSR key to your # controller configuration, you cannot enable session recording. kms "aead" { - purpose = "bsr"` + purpose = "bsr" aead_type = "aes-gcm" key = "8Vg!XCbS.fzNKB@Uu.ccB588H#4iyHAd:TpgjuwC/;J;" key_id = "session_recording"