Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
L'Artifact Registry Service Agent agisce per conto di Artifact Registry quando interagisce con i servizi. Google Cloud
Dopo aver creato il primo repository Artifact Registry in un
Google Cloud progetto, viene creato automaticamente l'agente di servizio Artifact Registry. L'identificatore dell'agente di servizio è:
Sostituisci PROJECT-ID con l'ID Google Cloud del progetto.
All'agente di servizio Artifact Registry viene concesso il ruolo Agente di servizio Artifact Registry (roles/artifactregistry.serviceAgent) per le risorse del progetto. Per applicare il principio di sicurezza del privilegio minimo, il ruolo deve avere solo le autorizzazioni minime richieste:
Pubblica gli argomenti Pub/Sub: pubsub.topics.publish
Scarica gli artefatti dai repository Artifact Registry:
artifactregistry.repositories.downloadArtifacts
Elimina gli elementi: artifactregistry.versions.delete
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Difficile da capire","hardToUnderstand","thumb-down"],["Informazioni o codice di esempio errati","incorrectInformationOrSampleCode","thumb-down"],["Mancano le informazioni o gli esempi di cui ho bisogno","missingTheInformationSamplesINeed","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2025-07-14 UTC."],[[["The Artifact Registry Service Agent operates on behalf of Artifact Registry when interacting with other Google Cloud services."],["This service agent is automatically generated upon the creation of the first Artifact Registry repository within a Google Cloud project."],["The service agent's identifier is `service-PROJECT-NUMBER@gcp-sa-artifactregistry.iam.gserviceaccount.com`, where PROJECT-NUMBER represents the project number."],["The service agent is granted the Artifact Registry Service Agent role, which includes permissions for publishing Pub/Sub topics, downloading artifacts, and deleting artifacts."],["You can manually create the service agent in projects without any repositories using the provided `gcloud` command."]]],[]]