Skip to content

Commit

Permalink
[v16] Docs: update SAML IdP GCP workforce guide with IAM role prerequ…
Browse files Browse the repository at this point in the history
…isite and new input label copy (#43326)

* mention gcp workforce admin role prerequisites

* update gcp input screenshot

* reflect input label changes

* update image link

* Update docs/pages/access-controls/idps/saml-gcp-workforce-identity-federation.mdx

Co-authored-by: Paul Gottschling <[email protected]>

---------

Co-authored-by: Paul Gottschling <[email protected]>
  • Loading branch information
flyinghermit and ptgott authored Jun 24, 2024
1 parent 7bf1d5e commit 15a774e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ SAML IdP, so users can sign in into GCP web console by authenticating with Telep
Reference](./saml-reference.mdx) before proceeding.
- User with permission to create service provider resource. The preset `editor` role has this permission.
- Access to GCP IAM API, with permission to create workforce identity pool, pool provider and an IAM policy.
At a minimum, both the "IAM Workforce Pool Admin" and "Organization Viewer" [GCP roles](https://cloud.google.com/iam/docs/configuring-workforce-identity-federation#required-roles)
are required (assigned at the GCP organization level) to configure GCP Workforce Identity Federation.


Teleport Web UI offers both the guided and manual configuration flow for GCP Workforce Identity
Expand All @@ -47,15 +49,15 @@ Now follow the steps listed below.
## Step 1/3. Configure workforce pool
As a first step, provide the following information to the script generator.

![Test the IdP](../../../img/access-controls/saml-idp/gcp-workforce/generate-script.png)
![Test the IdP](../../../img/access-controls/saml-idp/gcp-workforce/generate-command.png)
- **Organization ID:** Organization ID of GCP account. The ID is required to create a workforce pool.
- **Pool Name:** Name of the workforce pool to be created. Name should follow [GCP resource naming
- **Workforce pool name:** Name of the workforce pool to be created. Name should follow [GCP resource naming
convention](https://cloud.google.com/compute/docs/naming-resources#resource-name-format).
- **Pool Provider Name:** Name of the workforce pool provider to be created. Pool provider name
will also be used as SAML service provider name in the next step. Name should follow
- **App name - Workforce pool provider name:** SAML app name. The name
will also be used as a workforce pool provider name in the GCP. Name should follow
[GCP resource naming convention](https://cloud.google.com/compute/docs/naming-resources#resource-name-format).

Click on **Generate Script** button. Teleport Web UI will now show you a copyable bash script.
Click on the **Generate Command** button. The Teleport Web UI will now show you a copyable bash script.

Open GCP [Cloud Shell](https://shell.cloud.google.com/?show=terminal) and inside the Cloud Shell terminal,
paste the bash script you copied above.
Expand Down

0 comments on commit 15a774e

Please sign in to comment.