From 4a73328bf5fa20c79087ca35a27383c58ecbf588 Mon Sep 17 00:00:00 2001 From: Paul Schisa <75806143+pschisa@users.noreply.github.com> Date: Wed, 17 May 2023 10:40:27 -0400 Subject: [PATCH] Update backends.mdx to remove incorrect comment remove the comment saying Teleport won't start without the Firestore backend existing. This is wrong and contradicted by the first bullet point below the example --- docs/pages/reference/backends.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/reference/backends.mdx b/docs/pages/reference/backends.mdx index ee502d77293fe..f3a31aacff721 100644 --- a/docs/pages/reference/backends.mdx +++ b/docs/pages/reference/backends.mdx @@ -649,7 +649,7 @@ teleport: # Project ID https://support.google.com/googleapi/answer/7014113?hl=en project_id: Example_GCP_Project_Name - # Name of the Firestore table. If it does not exist, Teleport won't start + # Name of the Firestore table. collection_name: Example_TELEPORT_FIRESTORE_TABLE_NAME credentials_path: /var/lib/teleport/gcs_creds