Skip to content
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
6 changes: 4 additions & 2 deletions examples/resources/plugins/teleport-jira-helm-cloud.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 4 additions & 2 deletions examples/resources/plugins/teleport-jira-helm-self.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 4 additions & 2 deletions examples/resources/plugins/teleport-mattermost-helm-self.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 4 additions & 2 deletions examples/resources/plugins/teleport-pagerduty-helm-cloud.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 4 additions & 2 deletions examples/resources/plugins/teleport-pagerduty-helm-self.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 4 additions & 2 deletions examples/resources/plugins/teleport-pagerduty-helm.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 5 additions & 3 deletions examples/resources/plugins/teleport-slack-helm.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down