From d67b1a82a9ce75315a0721a830ff1750278c6b30 Mon Sep 17 00:00:00 2001 From: Gus Luxton Date: Fri, 16 Jun 2023 20:42:29 -0300 Subject: [PATCH] docs: Fix syntax error `auth_service` is a top level key in the config file, not under `teleport`. --- docs/pages/desktop-access/reference/sessions.mdx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/pages/desktop-access/reference/sessions.mdx b/docs/pages/desktop-access/reference/sessions.mdx index 6e131ede6d2dd..c73af58ae628a 100644 --- a/docs/pages/desktop-access/reference/sessions.mdx +++ b/docs/pages/desktop-access/reference/sessions.mdx @@ -15,9 +15,8 @@ To disable session recording at the cluster level, edit your `teleport.yaml` configuration file. ```yaml -teleport: - auth_service: - session_recording: off +auth_service: + session_recording: off ```