InfoGrab DocsInfoGrab Docs

teleport-plugin-email 차트 레퍼런스

teleport-plugin-email Helm 차트를 사용하여 설정할 수 있는 값들

teleport-plugin-email Helm 차트는 email Teleport 플러그인을 구성하는 데 사용되며, 사용자가 이메일을 통해 Access Request를 수신할 수 있도록 합니다. GitHub에서 소스를 탐색 할 수 있습니다. 이 레퍼런스는 teleport-plugin-email 차트에서 사용 가능한 값들을 상세히 설명합니다. 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: #... 이러한 자격 증명을 얻는 방법에 대한 자세한 내용은 이메일을 통한 액세스 요청 가이드를 참고하십시오. teleport.identitySecretPath # Type Default string "auth_id" teleport.identitySecretPath 는 teleport.identitySecretName 으로 지정된 Kubernetes secret에서 Teleport 클러스터 연결을 위한 자격 증명을 담고 있는 키입니다. secret의 경로가 "auth_id" 인 경우, 이 필드는 생략할 수 있습니다. mailgun # mailgun 은 mailgun 전송 파라미터를 설정합니다. mailgun 또는 smtp 중 하나는 반드시 설정해야 합니다. Mailgun 키는 다음과 같이 전달할 수 있습니다: mailgun.privateKey 를 설정하여 차트 Values를 통해 mailgun.privateKeyFromSecret 을 설정하여