From 0d639ca3b77743df93bcca8fd0ac30a36f97015b Mon Sep 17 00:00:00 2001 From: IsaacCalligeros95 Date: Fri, 6 Dec 2024 10:17:34 +1030 Subject: [PATCH] Fix links --- src/pages/docs/infrastructure/accounts/google-cloud/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/docs/infrastructure/accounts/google-cloud/index.md b/src/pages/docs/infrastructure/accounts/google-cloud/index.md index 62f4f3fc5..d446b191e 100644 --- a/src/pages/docs/infrastructure/accounts/google-cloud/index.md +++ b/src/pages/docs/infrastructure/accounts/google-cloud/index.md @@ -13,14 +13,14 @@ Google Cloud Accounts were added in Octopus **2021.2**, Generic OpenId Connect A To deploy infrastructure to Google Cloud Platform, you can define a Google cloud or Generic OpenId Connect account in Octopus. -The Generic OpenId Connect Account generates a JWT that can be used for [OpenID Connect](/docs/infrastructure/accounts/openid-connect.md) authentication. The Google cloud account uses the JSON key file credentials that can be retrieved from the service account assigned to the instance that is executing the deployment. +The Generic OpenId Connect Account generates a JWT that can be used for [OpenID Connect](/docs/infrastructure/accounts/openid-connect) authentication. The Google cloud account uses the JSON key file credentials that can be retrieved from the service account assigned to the instance that is executing the deployment. ## Generic OpenId Connect Account Google Cloud steps can use a Generic OpenId Connect Account for authentication. 1. Navigate to **Infrastructure ➜ Accounts**, click the **ADD ACCOUNT** and select **Generic Oidc Account**. 1. Add a memorable name for the account. -1. Set the [Deployments and Runbooks](/docs/infrastructure/accounts/openid-connect.md) subject generator +1. Set the [Deployments and Runbooks](/docs/infrastructure/accounts/openid-connect#subject-key-parts) subject generator 1. set an audience, this should match the audience set on the Workload Identity Federation. By default this is `https://iam.googleapis.com/projects/{project-id}/locations/global/workloadIdentityPools/{pool-id}/providers/{provider-id}` 1. Click the **SAVE**, to test the account set it as the account on a gcloud script step.