AutoFlow
KAS 차트에서 AutoFlow를 설정하고 Temporal Cloud 연동을 통해 검증하는 방법을 안내합니다.
KAS 차트는 AutoFlow 지원과 함께 구성할 수 있습니다. 현재 AutoFlow 지원은 GitLab 내부 사용 실험 에서 엄격하게 요구하는 범위로만 제한됩니다. 구체적으로, 사용 가능한 구성 옵션의 일부만 지원되며, mTLS 워커 인증 및 데이터 암호화를 사용하는 Temporal Cloud만 지원됩니다. 구성 # AutoFlow는 KAS 서브차트의 autoflow 값 노드로 구성합니다. 최소 동작 구성의 구조는 다음과 같습니다: autoflow: enabled: true temporal: namespace: <unique temporal cloud namespace name> workerMtls: secretName: <name of the k8s secret with the mTLS worker certs> workflowDataEncryption: codecServer: authorizedUserEmails: <list of authorized t
