Apigee Hybrid 관리 영역은 일반적으로 Apigee Connect를 통해 런타임 영역의 MART 서비스와 통신합니다.
이는 권장되는 구성입니다. 하지만 Apigee Connect 대신 MART Istio 인그레스 게이트웨이 서비스를 사용하려면 클러스터 외부에서 수신되는 요청에 MART 엔드포인트를 노출하는 것이 좋습니다.
MART 엔드포인트는 보안 TLS 연결입니다. 하이브리드에서는 Istio 인그레스 게이트웨이 서비스를 사용하여 이 엔드포인트에 트래픽을 노출합니다.
이 주제에서는 MART 엔드포인트를 노출하는 단계를 설명합니다.
MART 서비스 계정 추가
MART에는 인증을 위해 Google Cloud 서비스 계정이 필요합니다.
Google Cloud 설정 단계인 서비스 계정 추가에서 MART에 대한 역할이 없는 서비스 계정을 만들었습니다.
해당 서비스 계정에 다운로드 한 키 파일을 찾습니다.
파일의 확장자는 .json이어야 합니다.
키 파일 경로를 mart.serviceAccountPath 속성에 추가합니다.
...
mart:
sslCertPath:
sslKeyPath:
hostAlias:
serviceAccountPath: "path to a file"
...
mart.sslCertPath, mart.sslKeyPath, mart.hostAlias 및 속성을 추가합니다. 다음 표에서는 이러한 속성을 설명합니다.
속성
값
mart.sslCertPath mart.sslKeyPath
MART 인증서/키 쌍은 인증 기관(CA)의 승인을 받아야 합니다.
승인된 인증서/키 쌍을 아직 만들지 않았다면 지금 만들고 해당 속성 값에 대한 인증서와 키 파일 이름을 입력해야 합니다. 승인된 인증서/키 쌍을 생성하는 데 도움이 필요한 경우 TLS 사용자 인증 정보 가져오기: 예시를 참조하세요.
mart.hostAlias.
(필수) MART 서버 엔드포인트의 정규화된 DNS 이름입니다. 예:
foo-mart.mydomain.com
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-04-03(UTC)"],[[["This documentation pertains to Apigee hybrid version 1.5, which is now end-of-life and requires an upgrade to a newer version."],["Exposing the MART endpoint via the Istio ingress gateway, instead of Apigee Connect, requires the setup of a secure TLS connection."],["Configuring MART involves adding a Google Cloud service account key file path to the `mart.serviceAccountPath` property in your overrides file."],["To expose the MART endpoint, you must provide a CA-authorized TLS certificate/key pair via the `mart.sslCertPath` and `mart.sslKeyPath` properties, respectively, along with a qualified DNS name for `mart.hostAlias` in the overrides file."],["The Common Name (CN) in the provided TLS certificate must match the value specified in the `mart.hostAlias` property for successful configuration."]]],[]]