Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
Gestire gli endpoint utilizzati per accedere ai servizi pubblicati
Dopo aver creato un endpoint Private Service Connect per accedere ai servizi gestiti, puoi attivare o disattivare l'accesso globale. Se devi aggiornare altri campi, elimina l'endpoint e creane uno nuovo.
Ruoli
Il seguente ruolo IAM fornisce le autorizzazioni necessarie per eseguire le attività descritte in questa guida.
Puoi attivare o disattivare l'accesso globale dopo aver creato un endpoint.
Attivare l'accesso globale
Puoi attivare l'accesso globale quando crei un endpoint oppure puoi attivarlo in qualsiasi momento dopo la creazione dell'endpoint.
L'attivazione dell'accesso globale non causa interruzioni del traffico per le connessioni esistenti.
Console
Nella Google Cloud console, vai alla pagina Private Service Connect.
[[["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-09-05 UTC."],[],[],null,["# Manage endpoints used to access published services\n==================================================\n\nAfter you have created a Private Service Connect endpoint\nto access managed services, you can turn global access on or off. If you need\nto update other fields, delete the endpoint, and then create a new one.\n\nRoles\n-----\n\nThe following [IAM role](/iam/docs/understanding-roles) provides\nthe permissions needed to perform the tasks in this guide.\n\nConfigure global access\n-----------------------\n\nYou can turn global access on or off after an endpoint is\n[created](/vpc/docs/configure-private-service-connect-services).\n\n### Turn on global access\n\nYou can turn on global access when you [create an endpoint](/vpc/docs/configure-private-service-connect-services#create-endpoint), or you\ncan turn on global access at any time after the endpoint is created.\nTurning on global access does not cause traffic disruption for\nexisting connections. \n\n### Console\n\n1. In the Google Cloud console, go to the **Private Service Connect** page.\n\n [Go to Private Service Connect](https://console.cloud.google.com/net-services/psc)\n2. Click the **Connected endpoints** tab.\n\n3. Click the endpoint that you want to update.\n\n4. Click **Edit**.\n\n5. Select **Enable global access**.\n\n6. Click **Save**.\n\n### gcloud\n\n```\ngcloud compute forwarding-rules update ENDPOINT_NAME \\\n --allow-psc-global-access \\\n --region=REGION\u003cvar translate=\"no\"\u003e\n\u003c/var\u003e\n```\n\n### Turn off global access\n\nYou can turn off global access, which terminates any connections from regions\nother than the region where the endpoint is located. \n\n### Console\n\n1. In the Google Cloud console, go to the **Private Service Connect** page.\n\n [Go to Private Service Connect](https://console.cloud.google.com/net-services/psc)\n2. Click the **Connected endpoints** tab.\n\n3. Click the endpoint that you want to update.\n\n4. Click **Edit**.\n\n5. Clear **Enable global access**.\n\n6. Click **Save**.\n\n### gcloud\n\n```\ngcloud compute forwarding-rules update ENDPOINT_NAME \\\n --no-allow-psc-global-access \\\n --region=REGION\u003cvar translate=\"no\"\u003e\n\u003c/var\u003e\n```"]]