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-03-26 UTC."],[[["MART and Apigee Connect 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 `apigee-mart.json` for PROD and `apigee-non-prod.json` for NON-PROD, should be located in the `apigee-org` directory or a subdirectory."],["If the MART service account file is missing, you can create and download it using the `create-service-account` utility, which requires setting the `PROJECT_ID` environment variable."],["The file path to the service account key file must be added to the `connectAgent` and `mart.serviceAccountPath` properties in the `overrides.yaml` file."],["After updating the `overrides.yaml` file with the service account path, you must apply the changes using a `helm upgrade` command."]]],[]]