teleport-plugin-jira 차트 레퍼런스
teleport-plugin-jira Helm 차트를 사용하여 설정할 수 있는 값들
teleport-plugin-jira Helm 차트는 Jira Teleport 플러그인을 실행하며, 사용자가 Jira 프로젝트의 작업으로 Access Request를 수신하고 관리할 수 있도록 합니다. GitHub에서 소스를 탐색 할 수 있습니다. 이 레퍼런스는 teleport-plugin-jira 차트에서 사용 가능한 값들을 상세히 설명합니다. 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.identityFromSecret # Type Default string "" teleport.identityFromSecret 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-identity data: auth_id: #... Check out the Access Requests with Jira 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 your Teleport c
