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-jira-helm-self.yaml b/examples/resources/plugins/teleport-jira-helm-self.yaml index 2ea885c8523ff..ec82456af3dae 100644 --- a/examples/resources/plugins/teleport-jira-helm-self.yaml +++ b/examples/resources/plugins/teleport-jira-helm-self.yaml @@ -1,6 +1,8 @@ teleport: - address: "teleportauth:3025" # Teleport Auth Server GRPC API 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-mattermost-helm-self.yaml b/examples/resources/plugins/teleport-mattermost-helm-self.yaml index 843243bce7811..759f4ed67de58 100644 --- a/examples/resources/plugins/teleport-mattermost-helm-self.yaml +++ b/examples/resources/plugins/teleport-mattermost-helm-self.yaml @@ -1,6 +1,8 @@ teleport: - address: "example.com:3025" # Teleport Auth Server GRPC API address - identitySecretName: teleport-plugin-mattermost-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-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-self.yaml b/examples/resources/plugins/teleport-pagerduty-helm-self.yaml index 3a862f0130015..19786bc6af255 100644 --- a/examples/resources/plugins/teleport-pagerduty-helm-self.yaml +++ b/examples/resources/plugins/teleport-pagerduty-helm-self.yaml @@ -1,6 +1,8 @@ teleport: - address: "teleportauth: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-pagerdurty-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 fbe097f7162c8..338d4e5296c9d 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: + # 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