teleport-plugin-slack 차트 레퍼런스
teleport-plugin-slack Helm 차트를 사용하여 설정할 수 있는 값들
teleport-plugin-slack Helm 차트는 Slack Teleport 플러그인을 구성하는 데 사용되며, 사용자가 Slack에서 채널 또는 다이렉트 메시지를 통해 액세스 요청을 수신할 수 있도록 합니다. GitHub에서 소스를 확인 할 수 있습니다. 이 레퍼런스는 teleport-plugin-slack 차트에서 사용 가능한 값들을 상세히 설명합니다. teleport # teleport contains the configuration describing how the plugin connects to your Teleport cluster. teleport.address # Type Default string "" teleport.address is the address of the Teleport cluster the plugin connects to. The address must contain both the domain name and the port of the Teleport cluster. It can be either the address of the auth servers or the proxy servers. For example: joining a Proxy: teleport.example.com:443 or teleport.example.com:3080 joining an Auth: teleport-auth.example.com:3025 When the address is empty, tbot.teleportProxyAddress or tbot.teleportAuthAddress will be used if they are set. teleport.identitySecretName # Type Default string "" teleport.identitySecretName 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: apiVersion: v1 kind: Secret type: Opaque metadata: name: teleport-plugin-slack-identity data: auth_id: #... Check out the Access Requests with Slack guide for more information about how to acquire these credentials. teleport.identitySecretPath # Type Default string "auth_id" teleport.identitySecretPath is the key in the Kubernetes secret specified by teleport.identitySecretName that holds the credentials for the connection to
