From 654ba2971fec1137888cb49cc2db08b56d21a7e6 Mon Sep 17 00:00:00 2001 From: noam-zimet-teleport Date: Fri, 10 Oct 2025 13:59:50 -0700 Subject: [PATCH] Update auth-service.yaml. Adding clarity for routing_strategy Adding clarity to the docs to reflect response from https://github.com/gravitational/teleport/issues/60122#issuecomment-3391484692 Closes https://github.com/gravitational/teleport/issues/60163 --- docs/pages/includes/config-reference/auth-service.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/pages/includes/config-reference/auth-service.yaml b/docs/pages/includes/config-reference/auth-service.yaml index 585da71da099c..47f84d3179d7c 100644 --- a/docs/pages/includes/config-reference/auth-service.yaml +++ b/docs/pages/includes/config-reference/auth-service.yaml @@ -413,8 +413,8 @@ auth_service: # unlikely that you'll need to change this. # session_control_timeout: 2m - # Determines the routing strategy used to connect to nodes. Can be - # 'unambiguous_match' (default), or 'most_recent'. + # Determines the routing strategy used to connect to nodes when connecting via + # node name. Can be 'unambiguous_match' (default), or 'most_recent'. routing_strategy: unambiguous_match # License file to start auth server with. Note that this setting is ignored