Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate JIT Access installation instructions from c.g.c #627

Merged
merged 1 commit into from
Jan 5, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions doc/site/sources/docs/configure-catalogs.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ If you've used JIT Access prior to version 1.6, you're already using the **Polic

To switch from the **AssetInventory** catalog to the **PolicyAnalyzer** catalog, do the following:

1. [Redeploy the application](https://cloud.devsite.corp.google.com/architecture/manage-just-in-time-privileged-access-to-project#upgrade_just-in-time_access) and apply the following changes to your `app.yaml` configuration file:
1. [Redeploy the application](jitaccess-deploy.md) and apply the following changes to your `app.yaml` configuration file:

RESOURCE_CATALOG=PolicyAnalyzer

Expand All @@ -50,7 +50,7 @@ To switch from the **PolicyAnalyzer** catalog to the **AssetInventory** catalog,
--role "roles/iam.serviceAccountTokenCreator"

Replace `app-service-account` with the email address of the
[application's service account :octicons-link-external-16:](https://cloud.google.com/architecture/manage-just-in-time-privileged-access-to-project#configure-your-google-cloud-project).
[application's service account :octicons-link-external-16:](jitaccess-deploy.md).

1. Update the IAM policy of the project, folder, or organization that you manage using Just-in-Time Access:

Expand All @@ -68,7 +68,7 @@ To switch from the **PolicyAnalyzer** catalog to the **AssetInventory** catalog,
--role "roles/iam.securityAdmin" \
--condition None

1. [Redeploy the application](https://cloud.devsite.corp.google.com/architecture/manage-just-in-time-privileged-access-to-project#upgrade_just-in-time_access) and apply the following changes to your `app.yaml` configuration file:
1. [Redeploy the application](jitaccess-deploy.md#upgrade-just-in-time-access) and apply the following changes to your `app.yaml` configuration file:

RESOURCE_CATALOG=AssetInventory
RESOURCE_CUSTOMER_ID=customer-id
Expand Down
Binary file added doc/site/sources/docs/images/download.pdf
Binary file not shown.
Binary file added doc/site/sources/docs/images/uber.pdf
Binary file not shown.
Loading
Loading