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] Make Event Handler addresses consistent #48514

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

Check failure on line 5 in docs/pages/includes/plugins/config-toml-teleport.mdx

View workflow job for this annotation

GitHub Actions / Lint docs prose style

[vale] reported by reviewdog 🐶 [messaging.edition-names] "Teleport Enterprise Cloud" is no longer a recognized Teleport edition. Use "Teleport Enterprise (Self-Hosted)" or "Teleport Enterprise (Cloud)" instead. If the hosting type is not important in a given sentence, there is no need to specify it, and you can use "Teleport Enterprise". Raw Output: {"message": "[messaging.edition-names] \"Teleport Enterprise Cloud\" is no longer a recognized Teleport edition. Use \"Teleport Enterprise (Self-Hosted)\" or \"Teleport Enterprise (Cloud)\" instead. If the hosting type is not important in a given sentence, there is no need to specify it, and you can use \"Teleport Enterprise\".", "location": {"path": "docs/pages/includes/plugins/config-toml-teleport.mdx", "range": {"start": {"line": 5, "column": 4}}}, "severity": "ERROR"}
`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 @@

<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

Check failure on line 25 in examples/chart/event-handler/README.md

View workflow job for this annotation

GitHub Actions / Lint docs prose style

[vale] reported by reviewdog 🐶 [messaging.edition-names] "Teleport Enterprise Cloud" is no longer a recognized Teleport edition. Use "Teleport Enterprise (Self-Hosted)" or "Teleport Enterprise (Cloud)" instead. If the hosting type is not important in a given sentence, there is no need to specify it, and you can use "Teleport Enterprise". Raw Output: {"message": "[messaging.edition-names] \"Teleport Enterprise Cloud\" is no longer a recognized Teleport edition. Use \"Teleport Enterprise (Self-Hosted)\" or \"Teleport Enterprise (Cloud)\" instead. If the hosting type is not important in a given sentence, there is no need to specify it, and you can use \"Teleport Enterprise\".", "location": {"path": "examples/chart/event-handler/README.md", "range": {"start": {"line": 25, "column": 4}}}, "severity": "ERROR"}
`mytenant.teleport.sh:443`)</td>
<td>string</td>
<td><code>""</code></td>
<td>yes</td>
Expand Down
Loading