Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[v15] Make Event Handler addresses consistent #48516

Merged
merged 1 commit into from
Nov 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/pages/includes/plugins/config-toml-teleport.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<TabItem label="Executable or Docker">

**`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
Expand Down
4 changes: 3 additions & 1 deletion examples/chart/event-handler/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ The following values can be set for the Helm chart:

<tr>
<td><code>teleport.address</code></td>
<td>Host/port combination of the teleport auth server</td>
<td>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`)</td>
<td>string</td>
<td><code>""</code></td>
<td>yes</td>
Expand Down
Loading