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-12 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."]]],[]]