diff --git a/docs/pages/includes/plugins/config-toml-teleport.mdx b/docs/pages/includes/plugins/config-toml-teleport.mdx index dbb24118a3982..2ba4ec55ee2ca 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 Cloud tenant (e.g., `teleport.example.com:443` or +or Teleport Enterprise Cloud tenant (e.g., `teleport.example.com:443` or `mytenant.teleport.sh:443`). **`identity`**: Fill this in with the path to the identity file you exported @@ -14,8 +14,9 @@ are not using them in this configuration. -**`address`**: Include the hostname and HTTPS port of your Teleport Cloud tenant -(e.g., `teleport.example.com:443`). +**`address`**: Include the hostname and HTTPS port of your Teleport Proxy Service +or Teleport Enterprise Cloud tenant (e.g., `teleport.example.com:443` or +`mytenant.teleport.sh:443`). **`identitySecretName`**: Fill in the `identitySecretName` field with the name of the Kubernetes secret you created earlier. diff --git a/examples/resources/plugins/teleport-discord-helm.yaml b/examples/resources/plugins/teleport-discord-helm.yaml index 8009c1209d6db..e8cc6360be659 100644 --- a/examples/resources/plugins/teleport-discord-helm.yaml +++ b/examples/resources/plugins/teleport-discord-helm.yaml @@ -1,6 +1,8 @@ -teleport: {} - # address: "teleportauth:3025" # Teleport Auth Server GRPC API address - # identitySecretName: teleport-plugin-discord-identity # Secret containing identity +teleport: + # Teleport HTTPS Proxy web address, for Teleport Enterprise Cloud should be in the form "your-account.teleport.sh:443" + address: "teleport.example.com:443" + # Secret containing identity + identitySecretName: teleport-plugin-discord-identity discord: token: "XXXXXXXX" # Discord Bot OAuth token diff --git a/examples/resources/plugins/teleport-jira-helm-cloud.yaml b/examples/resources/plugins/teleport-jira-helm-cloud.yaml index a1d245109a199..ec82456af3dae 100644 --- a/examples/resources/plugins/teleport-jira-helm-cloud.yaml +++ b/examples/resources/plugins/teleport-jira-helm-cloud.yaml @@ -1,6 +1,8 @@ teleport: - address: "myinstance.teleport.sh:443" # Teleport Cloud proxy HTTPS address - identityFromSecret: teleport-plugin-jira-identity # Secret containing identity + # Teleport HTTPS Proxy web address, for Teleport Enterprise Cloud should be in the form "your-account.teleport.sh:443" + address: "teleport.example.com:443" + # Secret containing identity + identitySecretName: teleport-plugin-jira-identity jira: url: https://jira.example.com/ # URL of the Jira instance diff --git a/examples/resources/plugins/teleport-mattermost-helm-cloud.yaml b/examples/resources/plugins/teleport-mattermost-helm-cloud.yaml index 798acbc38448e..759f4ed67de58 100644 --- a/examples/resources/plugins/teleport-mattermost-helm-cloud.yaml +++ b/examples/resources/plugins/teleport-mattermost-helm-cloud.yaml @@ -1,6 +1,8 @@ teleport: - address: "myinstance.teleport.sh:443" # Teleport Cloud proxy HTTPS address - identitySecretName: teleport-plugin-mattermost-identity # Secret containing identity + # Teleport HTTPS Proxy web address, for Teleport Enterprise Cloud should be in the form "your-account.teleport.sh:443" + address: "teleport.example.com:443" + # Secret containing identity + identitySecretName: teleport-plugin-mattermost-identity mattermost: url: https://mattermost.example.com/ # URL of the Mattermost instance diff --git a/examples/resources/plugins/teleport-pagerduty-helm-cloud.yaml b/examples/resources/plugins/teleport-pagerduty-helm-cloud.yaml index d8628074ccbd0..b6b2459fb889c 100644 --- a/examples/resources/plugins/teleport-pagerduty-helm-cloud.yaml +++ b/examples/resources/plugins/teleport-pagerduty-helm-cloud.yaml @@ -1,6 +1,8 @@ teleport: - address: "myinstance.teleport.sh:443" # Teleport Cloud proxy HTTPS address - identitySecretName: teleport-plugin-pagerduty-identity # Secret containing identity + # Teleport HTTPS Proxy web address, for Teleport Enterprise Cloud should be in the form "your-account.teleport.sh:443" + address: "teleport.example.com:443" + # Secret containing identity + identitySecretName: teleport-plugin-pagerduty-identity pagerduty: apiKey: "key" # PagerDuty API Key diff --git a/examples/resources/plugins/teleport-pagerduty-helm.yaml b/examples/resources/plugins/teleport-pagerduty-helm.yaml index 7922ca45f7083..b75ff7b25b48d 100644 --- a/examples/resources/plugins/teleport-pagerduty-helm.yaml +++ b/examples/resources/plugins/teleport-pagerduty-helm.yaml @@ -1,6 +1,8 @@ teleport: - address: "teleport.example.com:3025" # Teleport Auth Server GRPC API address - identitySecretName: "teleport-plugin-pagerduty-identity" # Identity file path + # Teleport HTTPS Proxy web address, for Teleport Enterprise Cloud should be in the form "your-account.teleport.sh:443" + address: "teleport.example.com:443" + # Secret containing identity + identitySecretName: teleport-plugin-pagerduty-identity pagerduty: apiKey: "key" # PagerDuty API Key diff --git a/examples/resources/plugins/teleport-slack-helm.yaml b/examples/resources/plugins/teleport-slack-helm.yaml index e8507de884af7..3a1a93dc8e920 100644 --- a/examples/resources/plugins/teleport-slack-helm.yaml +++ b/examples/resources/plugins/teleport-slack-helm.yaml @@ -1,6 +1,8 @@ teleport: {} - # address: "teleportauth:3025" # Teleport Auth Server GRPC API address - # identitySecretName: teleport-plugin-slack-identity # Secret containing identity + # Teleport HTTPS Proxy Web Address, for Teleport Enterprise Cloud should be in the form "your-account.teleport.sh:443" + address: "teleport.example.com:443" + # Secret containing identity + identitySecretName: teleport-plugin-slack-identity slack: token: "xoxb-11xx" # Slack Bot OAuth token