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
Copy file name to clipboardExpand all lines: modules/onboarding/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,12 +7,12 @@ The Foundational Onboarding module serves the following functions:
7
7
8
8
If instrumenting a project, the following resources will be created:
9
9
- All the necessary `Service Accounts` and `Policies` to enable the Onboarding operation at the project level
10
-
- A `Workload Identity Pool`, `Provider`and added custom role permissions to the `Service Account`, to allow Sysdig to authenticate to GCP on your behalf to validate resources.
10
+
- A `Service Account key`and added role permissions to the `Service Account`, to allow Sysdig to authenticate to GCP on your behalf to validate resources.
11
11
- A cloud account in the Sysdig Backend, associated with the GCP project and with the required component to serve the foundational functions.
12
12
13
13
If instrumenting an Organziation, the following resources will be created:
14
14
- All the necessary `Service Accounts` and `Policies` to enable the Onboarding operation at the organization level
15
-
- A `Workload Identity Pool`, `Provider`and added custom role permissions to the `Service Account`, to allow Sysdig to authenticate to GCP on your behalf to validate resources.
15
+
- A `Service Account key`and added role permissions to the `Service Account`, to allow Sysdig to authenticate to GCP on your behalf to validate resources.
16
16
- A cloud account in the Sysdig Backend, associated with the management project and with the required component to serve the foundational functions.
17
17
- A cloud organization in the Sysdig Backend, associated with the GCP Organization to fetch the organization structure to install Sysdig Secure for Cloud on.
// suffix to uniquely identify WIF pool and provider during multiple installs. If suffix value is not provided, this will generate a random value.
9
+
// suffix to uniquely identify onboarding service account during multiple installs. If suffix value is not provided, this will generate a random value.
0 commit comments