teleport-plugin-mattermost 차트 레퍼런스
teleport-plugin-mattermost Helm 차트를 사용하여 설정할 수 있는 값들
teleport-plugin-mattermost Helm 차트는 Mattermost Teleport 플러그인을 구성하는 데 사용되며, 사용자가 Mattermost에서 채널 또는 다이렉트 메시지를 통해 Access Request를 수신할 수 있도록 합니다. GitHub에서 소스를 탐색 할 수 있습니다. 이 레퍼런스는 teleport-plugin-mattermost 차트에서 사용 가능한 값들을 상세히 설명합니다. Warning 영구적인 수정을 가하기 전에 프로덕션 인스턴스, 환경 및/또는 설정을 백업하는 것을 모범 사례로 권장합니다. 이렇게 하면 필요한 경우 기존 상태로 롤백할 수 있습니다. teleport # teleport 에는 플러그인이 Teleport 클러스터에 연결하는 방식을 설명하는 설정이 들어 있습니다. teleport.address # Type Default string "" teleport.address 는 플러그인이 연결할 Teleport 클러스터의 주소입니다. 이 주소에는 Teleport 클러스터의 도메인 이름과 포트가 모두 포함되어야 합니다. auth 서버의 주소이거나 proxy 서버의 주소일 수 있습니다. 예를 들면 다음과 같습니다: Proxy에 조인하는 경우: teleport.example.com:443 또는 teleport.example.com:3080 Auth에 조인하는 경우: teleport-auth.example.com:3025 주소가 비어 있으면 tbot.teleportProxyAddress 또는 tbot.teleportAuthAddress 가 설정되어 있을 경우 이 값이 사용됩니다. teleport.identitySecretName # Type Default string "" teleport.identitySecretName 은 Teleport 클러스터 연결에 필요한 자격 증명을 담고 있는 Kubernetes secret의 이름입니다. secret은 다음 형식이어야 합니다: apiVersion: v1 kind: Secret type: Opaque metadata: name: teleport-plugin-identity data: auth_id: #... 이러한 자격 증명을 얻는 방법에 대한 자세한 내용은 Access Requests with Mattermost 가이드를 참고하십시오. teleport.identitySecretPath # Type Default string "auth_id" teleport.identitySecretPath 는 teleport.identitySecretName 으로 지정된 Kubernetes secret에서 Teleport 클러스터 연결에 필요한 자격 증명을 담고 있는 키입니다. secret의 경로가 "auth_id" 라면 이 필드는 생략할 수 있습니다. mattermost # mattermost 에는 플러그인이 Mattermost에 인증하는 데 사용하는 설정이 들어 있습니다. Mattermost 토큰을 전달하는 방법은 다음과 같습니다: 차트 Values에서 mattermos