fix(docs): add link from getting started to auth for service accounts (#9284)

This commit is contained in:
Hugo Pereira Brito
2025-11-20 15:55:19 +01:00
committed by GitHub
parent ced122ac0d
commit 0ae400d2b1
@@ -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)
<img src="/images/prowler-app/gcp-service-account-creds.png" alt="GCP Service Account Credentials" width="700" />
For detailed instructions on how to setup Sevice Account authentication, see the [Authentication](/user-guide/providers/gcp/authentication) page.
</Tab>
<Tab title="Application Default Credentials">
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.
<img src="/images/gcp-credentials.png" alt="GCP Credentials" width="700" />
</Tab>
</Tabs>