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, unless using workload identity on AKS, EKS, or GKE."],["The MART service account key file, either `apigee-mart.json` for PROD or `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, it can be created and downloaded using the `create-service-account` utility, which is found in the `APIGEE_HELM_CHARTS_HOME/apigee-operator/etc/tools/` directory."],["The path to the MART service account key file must be specified in the `connectAgent.serviceAccountPath` and `mart.serviceAccountPath` properties within the `overrides.yaml` file."],["To apply the changes, you need to use the command `helm upgrade ORG_NAME apigee-org/ --namespace apigee --atomic -f OVERRIDES_FILE.yaml`, replacing `upgrade` with `install` if it's the initial deployment."]]],[]]