diff --git a/docs/getting-started/getting-started-gcp/connect-project/choose-sandbox.png b/docs/getting-started/getting-started-gcp/connect-project/choose-sandbox.png old mode 100755 new mode 100644 index 38cad803..1bc59774 Binary files a/docs/getting-started/getting-started-gcp/connect-project/choose-sandbox.png and b/docs/getting-started/getting-started-gcp/connect-project/choose-sandbox.png differ diff --git a/docs/getting-started/getting-started-gcp/connect-project/choose-upload-crdential-file.png b/docs/getting-started/getting-started-gcp/connect-project/choose-upload-crdential-file.png new file mode 100644 index 00000000..704996bf Binary files /dev/null and b/docs/getting-started/getting-started-gcp/connect-project/choose-upload-crdential-file.png differ diff --git a/docs/getting-started/getting-started-gcp/connect-project/connect.png b/docs/getting-started/getting-started-gcp/connect-project/connect.png old mode 100755 new mode 100644 index db1e099f..b8dd3e6b Binary files a/docs/getting-started/getting-started-gcp/connect-project/connect.png and b/docs/getting-started/getting-started-gcp/connect-project/connect.png differ diff --git a/docs/getting-started/getting-started-gcp/connect-project/index.md b/docs/getting-started/getting-started-gcp/connect-project/index.md index e0a3981e..27cd3ab0 100755 --- a/docs/getting-started/getting-started-gcp/connect-project/index.md +++ b/docs/getting-started/getting-started-gcp/connect-project/index.md @@ -19,33 +19,45 @@ This is the second guide in the *Getting started with GCP* series. ## Step 1: Login to Guardrails Login to your Guardrails console and select the **CONNECT** option from the home page. +
## Step 2: Select GCP -Select **GCP** from the import options. +Select **GCP** from the connect panel. + +![Select GCP](/images/docs/guardrails/getting-started/getting-started-gcp/connect-project/select-connect.png) + +Select **GCP** Project. - +![Select GCP Project](/images/docs/guardrails/getting-started/getting-started-gcp/connect-project/select-gcp-project.png) ## Step 3: Select import location Expand the **Parent Resource** dropdown and choose the **Sandbox** folder as the import location. - +![Choose Sandbox](/images/docs/guardrails/getting-started/getting-started-gcp/connect-project/choose-sandbox.png) -## Step 4: Add key file +## Step 4: Upload Key file + +> [!NOTE] +> Turbot Guardrails now supports three ways to enable access mode: +> 1. Using a cross-account role +> 2. Credential file with key type as JSON +> 3. Private key using P12 format + +> This guide demonstrates the process using the key type as JSON format. In the previous guide you created and downloaded a JSON-format key file. Locate that file and drag it to the drop target. - +![Choose Upload Credential File](/images/docs/guardrails/getting-started/getting-started-gcp/connect-project/choose-upload-credential-file.png) ## Step 5: Connect Select the **Connect** button. - - +![Connect](/images/docs/guardrails/getting-started/getting-started-gcp/connect-project/connect.png) ## Step 6: Observe progress @@ -67,7 +79,7 @@ Select the **Type** dropdown from the filters bar. Then enable the check box nex ## Step 9: Review Controls -Review the status of your controls for GCP. `Alarm`, `OK`, `Skipped`, and `TBD` are all common and normal states to see in your project. +Review the status of your controls for GCP. `Alarm`, `OK`, `Skipped`, and `TBD` are all common and normal states to see in your project. > [!IMPORTANT] > The controls in `Error` or `Invalid` states must be cleared before moving further into these guides. diff --git a/docs/getting-started/getting-started-gcp/connect-project/select-connect.png b/docs/getting-started/getting-started-gcp/connect-project/select-connect.png new file mode 100644 index 00000000..e4a7aa55 Binary files /dev/null and b/docs/getting-started/getting-started-gcp/connect-project/select-connect.png differ diff --git a/docs/getting-started/getting-started-gcp/connect-project/select-gcp-project.png b/docs/getting-started/getting-started-gcp/connect-project/select-gcp-project.png new file mode 100644 index 00000000..a22b1d5b Binary files /dev/null and b/docs/getting-started/getting-started-gcp/connect-project/select-gcp-project.png differ