You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 2, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: gdi/get-data-in/connect/gcp/gcp-prereqs.rst
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,11 @@ To set up Workload Identity Federation to authenticate Splunk Observability Clou
30
30
31
31
#. Run the :new-page:`Workload Identity Federation Setup Script <https://github.com/signalfx/gcp_workload_identity_federation/blob/main/cli/README.md>` or use the :new-page:`Terraform Setup Module <https://github.com/signalfx/gcp_workload_identity_federation/blob/main/terraform/README.md>`.
32
32
33
+
#. In a new window or tab, activate these two APIs so that Splunk Observability Cloud can validate permissions on WIF.
34
+
35
+
* :new-page:`Cloud Monitoring API <https://cloud.google.com/monitoring/api/v3>`
36
+
* :new-page:`Cloud Resource Manage API <https://console.cloud.google.com/apis/library/cloudresourcemanager.googleapis.com>`
37
+
33
38
To learn more refer to GCP's :new-page:`Workload Identity Federation <https://cloud.google.com/iam/docs/workload-identity-federation>` documentation.
34
39
35
40
Authenticate using Service Account Keys
@@ -53,7 +58,10 @@ To authenticate using your service account keys go to the GCP console and follow
53
58
54
59
#. Activate Key type :guilabel:`JSON`, and select :guilabel:`CREATE`. A new service account key JSON file is then downloaded to your computer. You will need this key to authenticate in the :guilabel:`Import Service Account Key` step in Splunk Observability Cloud.
55
60
56
-
#. In a new window or tab, go to :new-page:`Cloud Monitoring API <https://cloud.google.com/monitoring/api/v3>` and activate it. Splunk Observability Cloud uses this API to validate permissions on the service account keys.
61
+
#. In a new window or tab, activate these two APIs so that Splunk Observability Cloud can validate permissions on the service account keys.
62
+
63
+
* :new-page:`Cloud Monitoring API <https://cloud.google.com/monitoring/api/v3>`
64
+
* :new-page:`Cloud Resource Manage API <https://console.cloud.google.com/apis/library/cloudresourcemanager.googleapis.com>`
57
65
58
66
For more information, refer to GCP's docs on :new-page:`Service account keys <https://cloud.google.com/iam/docs/service-account-creds#key-types>`.
0 commit comments