Este tópico explica como configurar a conta de serviço do MART.
Como adicionar a conta de serviço MART
O MART e o Apigee Connect exigem uma conta de serviço do Google Cloud para autenticação.
Localize o arquivo de chave da conta de serviço apigee-mart.
O arquivo precisa ter uma extensão .json. Ele precisa residir no diretório apigee-org ou em um subdiretório.
Instalações PROD: apigee-mart.json
Instalações NON-PROD: apigee-non-prod.json
Se você não encontrar o arquivo da conta de serviço do MART, crie e faça o download dele com o
utilitário create-service-account:
Verifique se a PROJECT_ID variável de ambiente (em inglês) está configurada.
echo $PROJECT_ID
Defina, se necessário:
export PROJECT_ID=my-project-id
Crie a conta de serviço do MART. A ferramenta create-service-account está disponível em:
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Informações incorretas ou exemplo de código","incorrectInformationOrSampleCode","thumb-down"],["Não contém as informações/amostras de que eu preciso","missingTheInformationSamplesINeed","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 2025-03-06 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."]]],[]]