Skip to content

Commit

Permalink
Fix jira values + bad slack copy-paste
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoShaka committed May 2, 2024
1 parent c1d6df3 commit 7829e0a
Show file tree
Hide file tree
Showing 12 changed files with 28 additions and 28 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ apiVersion: v1
kind: Secret
type: Opaque
metadata:
name: teleport-plugin-slack-identity
name: teleport-plugin-identity
data:
auth_id: #...
```
Check out the [Access Requests with
Slack](../../../access-controls/access-request-plugins/ssh-approval-slack.mdx) guide
Discord](../../../access-controls/access-request-plugins/ssh-approval-discord.mdx) guide
for more information about how to acquire these credentials.
### `teleport.identitySecretPath`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ apiVersion: v1
kind: Secret
type: Opaque
metadata:
name: teleport-plugin-slack-identity
name: teleport-plugin-identity
data:
auth_id: #...
```
Check out the [Access Requests with
Slack](../../../access-controls/access-request-plugins/ssh-approval-slack.mdx) guide
Email](../../../access-controls/access-request-plugins/ssh-approval-email.mdx) guide
for more information about how to acquire these credentials.
### `teleport.identitySecretPath`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ For example:
- joining a Proxy: `teleport.example.com:443` or `teleport.example.com:3080`
- joining an Auth: `teleport-auth.example.com:3025`

### `teleport.identitySecretName`
### `teleport.identityFromSecret`

| Type | Default |
|------|---------|
| `string` | `""` |

`teleport.identitySecretName` is the name of the Kubernetes secret
`teleport.identityFromSecret` is the name of the Kubernetes secret
that contains the credentials for the connection to your Teleport cluster.

The secret should be in the following format:
Expand All @@ -35,13 +35,13 @@ apiVersion: v1
kind: Secret
type: Opaque
metadata:
name: teleport-plugin-slack-identity
name: teleport-plugin-identity
data:
auth_id: #...
```
Check out the [Access Requests with
Slack](../../../access-controls/access-request-plugins/ssh-approval-slack.mdx) guide
Jira](../../../access-controls/access-request-plugins/ssh-approval-jira.mdx) guide
for more information about how to acquire these credentials.
### `teleport.identitySecretPath`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ apiVersion: v1
kind: Secret
type: Opaque
metadata:
name: teleport-plugin-slack-identity
name: teleport-plugin-identity
data:
auth_id: #...
```
Check out the [Access Requests with
Slack](../../../access-controls/access-request-plugins/ssh-approval-slack.mdx) guide
Mattermost](../../../access-controls/access-request-plugins/ssh-approval-mattermost.mdx) guide
for more information about how to acquire these credentials.
### `teleport.identitySecretPath`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ apiVersion: v1
kind: Secret
type: Opaque
metadata:
name: teleport-plugin-slack-identity
name: teleport-plugin-identity
data:
auth_id: #...
```
Check out the [Access Requests with
Slack](../../../access-controls/access-request-plugins/ssh-approval-slack.mdx) guide
Microsoft Teams](../../../access-controls/access-request-plugins/ssh-approval-msteams.mdx) guide
for more information about how to acquire these credentials.
### `teleport.identitySecretPath`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ apiVersion: v1
kind: Secret
type: Opaque
metadata:
name: teleport-plugin-slack-identity
name: teleport-plugin-identity
data:
auth_id: #...
```
Check out the [Access Requests with
Slack](../../../access-controls/access-request-plugins/ssh-approval-slack.mdx) guide
PagerDuty](../../../access-controls/access-request-plugins/ssh-approval-pagerduty.mdx) guide
for more information about how to acquire these credentials.
### `teleport.identitySecretPath`
Expand Down
4 changes: 2 additions & 2 deletions examples/chart/access/discord/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ teleport:
# kind: Secret
# type: Opaque
# metadata:
# name: teleport-plugin-slack-identity
# name: teleport-plugin-identity
# data:
# auth_id: #...
# ```
#
# Check out the [Access Requests with
# Slack](../../../access-controls/access-request-plugins/ssh-approval-slack.mdx) guide
# Discord](../../../access-controls/access-request-plugins/ssh-approval-discord.mdx) guide
# for more information about how to acquire these credentials.
identitySecretName: ""
# teleport.identitySecretPath(string) -- is the key in the Kubernetes secret
Expand Down
4 changes: 2 additions & 2 deletions examples/chart/access/email/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ teleport:
# kind: Secret
# type: Opaque
# metadata:
# name: teleport-plugin-slack-identity
# name: teleport-plugin-identity
# data:
# auth_id: #...
# ```
#
# Check out the [Access Requests with
# Slack](../../../access-controls/access-request-plugins/ssh-approval-slack.mdx) guide
# Email](../../../access-controls/access-request-plugins/ssh-approval-email.mdx) guide
# for more information about how to acquire these credentials.
identitySecretName: ""
# teleport.identitySecretPath(string) -- is the key in the Kubernetes secret
Expand Down
8 changes: 4 additions & 4 deletions examples/chart/access/jira/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ teleport:
# - joining a Proxy: `teleport.example.com:443` or `teleport.example.com:3080`
# - joining an Auth: `teleport-auth.example.com:3025`
address: ""
# teleport.identitySecretName(string) -- is the name of the Kubernetes secret
# teleport.identityFromSecret(string) -- is the name of the Kubernetes secret
# that contains the credentials for the connection to your Teleport cluster.
#
# The secret should be in the following format:
Expand All @@ -24,15 +24,15 @@ teleport:
# kind: Secret
# type: Opaque
# metadata:
# name: teleport-plugin-slack-identity
# name: teleport-plugin-identity
# data:
# auth_id: #...
# ```
#
# Check out the [Access Requests with
# Slack](../../../access-controls/access-request-plugins/ssh-approval-slack.mdx) guide
# Jira](../../../access-controls/access-request-plugins/ssh-approval-jira.mdx) guide
# for more information about how to acquire these credentials.
identitySecretName: ""
identityFromSecret: ""
# teleport.identitySecretPath(string) -- is the key in the Kubernetes secret
# specified by `teleport.identitySecretName` that holds the credentials for
# the connection to your Teleport cluster. If the secret has the path,
Expand Down
4 changes: 2 additions & 2 deletions examples/chart/access/mattermost/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ teleport:
# kind: Secret
# type: Opaque
# metadata:
# name: teleport-plugin-slack-identity
# name: teleport-plugin-identity
# data:
# auth_id: #...
# ```
#
# Check out the [Access Requests with
# Slack](../../../access-controls/access-request-plugins/ssh-approval-slack.mdx) guide
# Mattermost](../../../access-controls/access-request-plugins/ssh-approval-mattermost.mdx) guide
# for more information about how to acquire these credentials.
identitySecretName: ""
# teleport.identitySecretPath(string) -- is the key in the Kubernetes secret
Expand Down
4 changes: 2 additions & 2 deletions examples/chart/access/msteams/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ teleport:
# kind: Secret
# type: Opaque
# metadata:
# name: teleport-plugin-slack-identity
# name: teleport-plugin-identity
# data:
# auth_id: #...
# ```
#
# Check out the [Access Requests with
# Slack](../../../access-controls/access-request-plugins/ssh-approval-slack.mdx) guide
# Microsoft Teams](../../../access-controls/access-request-plugins/ssh-approval-msteams.mdx) guide
# for more information about how to acquire these credentials.
identitySecretName: ""
# teleport.identitySecretPath(string) -- is the key in the Kubernetes secret
Expand Down
4 changes: 2 additions & 2 deletions examples/chart/access/pagerduty/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ teleport:
# kind: Secret
# type: Opaque
# metadata:
# name: teleport-plugin-slack-identity
# name: teleport-plugin-identity
# data:
# auth_id: #...
# ```
#
# Check out the [Access Requests with
# Slack](../../../access-controls/access-request-plugins/ssh-approval-slack.mdx) guide
# PagerDuty](../../../access-controls/access-request-plugins/ssh-approval-pagerduty.mdx) guide
# for more information about how to acquire these credentials.
identitySecretName: ""
# teleport.identitySecretPath(string) -- is the key in the Kubernetes secret
Expand Down

0 comments on commit 7829e0a

Please sign in to comment.