Using a role template for Google Cloud

Prerequisite

Your account must have the iam.roles.create permission. If you are a Google Cloud project or organization owner, you have this permission by default. If you are not an owner, you must have either the Organization Role Administrator or the IAM Role Administrator role assigned.

Procedure

  1. Download the R‑Cloud service role template that contains the role definitions. The template is available at the following location:

    https://storage.googleapis.com/hycu-public/custom-role/hycu_service_role.yaml

  2. Create a role and grant it the permissions required by R‑Cloud. To do so, run the following command:

    gcloud iam roles create <RoleID> --project=<ProjectID> --file=<RoleDefinitionFilePath>

    In this command, <RoleID> is the name of the role (for example hycuRole), <ProjectID> is the name of your Google Cloud project, and <RoleDefinitionFilePath> is the path to the location of the downloaded template that contains the custom role definition.

For details on creating and managing custom roles, see Google Cloud documentation.

Google Cloud permissions required by R‑Cloud

Depending on your data protection environment needs, you can add a Google Cloud project to R‑Cloud as a source or as compute. Each option requires a different set of Google Cloud permissions.