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

[v17] event-handler: allow DNS alternative names that don't resolve #53026

Open
wants to merge 2 commits into
base: branch/v17
Choose a base branch
from
Open
Changes from 1 commit
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
Prev Previous commit
Update event handler docs (#53021)
Documents #53006
zmb3 committed Mar 13, 2025

Verified

This commit was signed with the committer’s verified signature.
mcodes-o MCodes
commit 4d6575088c0018826800bdf19829982197a28812
7 changes: 2 additions & 5 deletions docs/pages/includes/configure-event-handler.mdx
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ $ teleport-event-handler configure . mytenant.teleport.sh:443
<TabItem scope={["oss", "enterprise"]} label="Self-Hosted">

Run the `configure` command to generate a sample configuration. Replace
`teleport.example.com:443` with the DNS name and HTTPS port of Teleport's Proxy
`mytenant.teleport.sh:443` with the DNS name and HTTPS port of Teleport's Proxy
Service:

```code
@@ -110,8 +110,5 @@ the value of `--cn`.

The `--dns-names` flag accepts a comma-separated list of DNS names. It will
append subject alternative names (SANs) to the server certificate (the one you
will provide to your log forwarder) for each DNS name in the list. The Event
Handler looks up each DNS name before appending it as an SAN and exits with an
error if the lookup fails.

will provide to your log forwarder) for each DNS name in the list.
</Details>