correct plugin name reference (#17013)

* correct plugin name

* correct plugin name
This commit is contained in:
Steven Martin 2022-10-04 15:37:49 -04:00 committed by GitHub
parent f14f70b1ee
commit 9fb62b503f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View file

@ -511,7 +511,7 @@ Set `identity` to the identity file generated earlier:
```toml
[teleport]
addr = "teleport.example.com:443"
identity = "/var/lib/teleport/plugins/slack/auth.pem"
identity = "/var/lib/teleport/plugins/pagerduty/auth.pem"
```
</TabItem>
<TabItem label="Connect to the Auth Service" options="Executable">
@ -525,9 +525,9 @@ generated earlier:
```toml
[teleport]
addr = "localhost:3025"
client_key = "/var/lib/teleport/plugins/slack/auth.key" # Teleport GRPC client secret key
client_crt = "/var/lib/teleport/plugins/slack/auth.crt" # Teleport GRPC client certificate
root_cas = "/var/lib/teleport/plugins/slack/auth.cas" # Teleport cluster CA certs
client_key = "/var/lib/teleport/plugins/pagerduty/auth.key" # Teleport GRPC client secret key
client_crt = "/var/lib/teleport/plugins/pagerduty/auth.crt" # Teleport GRPC client certificate
root_cas = "/var/lib/teleport/plugins/pagerduty/auth.cas" # Teleport cluster CA certs
```
</TabItem>
<TabItem label="Connect to your Teleport Cluster" options="Helm Chart">
@ -557,7 +557,7 @@ Set `identity` to the identity file generated earlier:
```toml
[teleport]
addr = "teleport.example.com:443"
identity = "/var/lib/teleport/plugins/slack/auth.pem"
identity = "/var/lib/teleport/plugins/pagerduty/auth.pem"
```
</ScopedBlock>

View file

@ -41,8 +41,8 @@ teams_app_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
# role.suggested_reviewers will automatically be treated as additional email recipients.
# "*" must be provided to match non-specified roles.
#
# "dev" = "devs-slack-channel"
# "*" = ["admin@email.com", "admin-slack-channel"]
# "dev" = "devs-msteams-channel"
# "*" = ["admin@email.com", "admin-msteams-channel"]
"*" = ["foo@example.com"]
[log]