InfoGrab Docs

teleport-plugin-event-handler 차트 레퍼런스

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

teleport-plugin-event-handler Helm 차트는 Event Handler Teleport 플러그인을 구성하는 데 사용되며, 사용자가 이벤트와 세션 로그를 추가 처리 또는 저장을 위해 Fluentd 인스턴스로 전송할 수 있도록 합니다. GitHub에서 소스를 탐색 할 수 있습니다. 이 레퍼런스는 teleport-plugin-event-handler 차트에서 사용 가능한 값들을 상세히 설명합니다. 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-event-handler-identity data: auth_id: #... Check out the Export Events with Fluentd 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