From b0e1f9c45955d3db6023ab1dbf4760292acf4d89 Mon Sep 17 00:00:00 2001 From: Paul Gottschling Date: Wed, 6 Nov 2024 08:31:42 -0500 Subject: [PATCH] Make Event Handler addresses consistent (#48464) Closes #43181 Address inconsistent information between the Event Handler README and step-by-step guides by using the information in the step-by-step guides, which is more in line with our current recommendations. --- docs/pages/includes/plugins/config-toml-teleport.mdx | 2 +- examples/chart/event-handler/README.md | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/pages/includes/plugins/config-toml-teleport.mdx b/docs/pages/includes/plugins/config-toml-teleport.mdx index f8570c029b28f..874f9a9d472e4 100644 --- a/docs/pages/includes/plugins/config-toml-teleport.mdx +++ b/docs/pages/includes/plugins/config-toml-teleport.mdx @@ -2,7 +2,7 @@ **`addr`**: Include the hostname and HTTPS port of your Teleport Proxy Service -or Teleport Enterprise Cloud tenant (e.g., `teleport.example.com:443` or +or Teleport Enterprise Cloud account (e.g., `teleport.example.com:443` or `mytenant.teleport.sh:443`). **`identity`**: Fill this in with the path to the identity file you exported diff --git a/examples/chart/event-handler/README.md b/examples/chart/event-handler/README.md index b520604cac6e9..07a6d885197f8 100644 --- a/examples/chart/event-handler/README.md +++ b/examples/chart/event-handler/README.md @@ -21,7 +21,9 @@ The following values can be set for the Helm chart: teleport.address - Host/port combination of the teleport auth server + hostname and HTTPS port of your Teleport Proxy Service +or Teleport Enterprise Cloud account (e.g., `teleport.example.com:443` or +`mytenant.teleport.sh:443`) string "" yes