From 0ae400d2b19e514cc761e202345bb71f2360494e Mon Sep 17 00:00:00 2001 From: Hugo Pereira Brito <101209179+HugoPBrito@users.noreply.github.com> Date: Thu, 20 Nov 2025 15:55:19 +0100 Subject: [PATCH] fix(docs): add link from getting started to auth for service accounts (#9284) --- docs/user-guide/providers/gcp/getting-started-gcp.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/user-guide/providers/gcp/getting-started-gcp.mdx b/docs/user-guide/providers/gcp/getting-started-gcp.mdx index c2f8a9363c..6ad2d20ace 100644 --- a/docs/user-guide/providers/gcp/getting-started-gcp.mdx +++ b/docs/user-guide/providers/gcp/getting-started-gcp.mdx @@ -55,6 +55,7 @@ For Google Cloud, first enter your `GCP Project ID` and then select the authenti - [Generate a key for a service account](https://cloud.google.com/iam/docs/creating-managing-service-account-keys) GCP Service Account Credentials + For detailed instructions on how to setup Sevice Account authentication, see the [Authentication](/user-guide/providers/gcp/authentication) page. 1. Run the following command in your terminal to authenticate with GCP: @@ -68,6 +69,7 @@ For Google Cloud, first enter your `GCP Project ID` and then select the authenti 3. Paste the `Client ID`, `Client Secret` and `Refresh Token` into Prowler App. GCP Credentials +