From 9fb62b503f70689b69fb4cd192e31e2683c8fecd Mon Sep 17 00:00:00 2001 From: Steven Martin Date: Tue, 4 Oct 2022 15:37:49 -0400 Subject: [PATCH] correct plugin name reference (#17013) * correct plugin name * correct plugin name --- .../access-request-plugins/ssh-approval-pagerduty.mdx | 10 +++++----- examples/resources/plugins/teleport-msteams.toml | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/pages/access-controls/access-request-plugins/ssh-approval-pagerduty.mdx b/docs/pages/access-controls/access-request-plugins/ssh-approval-pagerduty.mdx index 5bb36c1569c..2585e2640a5 100644 --- a/docs/pages/access-controls/access-request-plugins/ssh-approval-pagerduty.mdx +++ b/docs/pages/access-controls/access-request-plugins/ssh-approval-pagerduty.mdx @@ -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" ``` @@ -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 ``` @@ -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" ``` diff --git a/examples/resources/plugins/teleport-msteams.toml b/examples/resources/plugins/teleport-msteams.toml index f4862f7fa43..f23dd07f6f3 100644 --- a/examples/resources/plugins/teleport-msteams.toml +++ b/examples/resources/plugins/teleport-msteams.toml @@ -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]