Topik ini menjelaskan cara mengonfigurasi akun layanan MART.
Menambahkan akun layanan MART
MART dan Apigee Connect memerlukan akun layanan Google Cloud untuk autentikasi.
Temukan file kunci untuk akun layanan apigee-mart.
File harus memiliki ekstensi .json. File ini harus berada di direktori apigee-org atau subdirektori.
Penginstalan PROD: apigee-mart.json
Penginstalan NON-PROD: apigee-non-prod.json
Jika Anda tidak melihat file akun layanan MART, buat dan download dengan utilitas create-service-account:
Pastikan variabel lingkungan PROJECT_ID Anda telah ditetapkan:
echo $PROJECT_ID
Tentukan jika diperlukan:
export PROJECT_ID=my-project-id
Buat akun layanan MART. Anda dapat menemukan alat create-service-account di:
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Sulit dipahami","hardToUnderstand","thumb-down"],["Informasi atau kode contoh salah","incorrectInformationOrSampleCode","thumb-down"],["Informasi/contoh yang saya butuhkan tidak ada","missingTheInformationSamplesINeed","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2025-04-03 UTC."],[[["The MART and Apigee Connect services require a Google Cloud service account for authentication, except when using workload identity on AKS, EKS, or GKE."],["The MART service account key file, named either `apigee-mart.json` for PROD or `apigee-non-prod.json` for NON-PROD installations, should be located within the `apigee-org` directory."],["If the MART service account file is missing, it can be created and downloaded using the `create-service-account` utility found within the `APIGEE_HELM_CHARTS_HOME` directory."],["The path to the MART service account key file needs to be specified in the `overrides.yaml` file under both the `connectAgent.serviceAccountPath` and `mart.serviceAccountPath` properties."]]],[]]