Skip to main content

What is account clone?

Contributors netapp-madkat netapp-perveilerk ssantho3

Account clone is the automatic replication of a tenant account, tenant groups, tenant users, and, optionally, S3 access keys between the StorageGRID systems in a grid federation connection.

Account clone is required for cross-grid replication. Cloning account information from a source StorageGRID system to a destination StorageGRID system ensures that tenant users and groups can access the corresponding buckets and objects on either grid.

Workflow for account clone

The workflow diagram shows the steps that grid administrators and permitted tenants will perform to set up account clone. These steps are performed after the grid federation connection is configured.

workflow for account clone

Grid admin workflow

The steps that grid admins perform depend on whether the StorageGRID systems in the grid federation connection use single sign-on (SSO) or identity federation.

Configure SSO for account clone (optional)

If either StorageGRID system in the grid federation connection uses SSO, both grids must use SSO. Before creating the tenant accounts for grid federation, the grid admins for the tenant's source and destination grids must perform these steps.

Steps
  1. Configure the same identity source for both grids. See Use identity federation.

  2. Configure the same SSO identity provider (IdP) for both grids. See Configure single sign-on.

  3. Create the same admin group on both grids by importing the same federated group.

    When you create the tenant, you will select this group to have the initial Root access permission for both the source and destination tenant accounts.

    Note If this admin group doesn't exist on both grids before you create the tenant, the tenant isn't replicated to the destination.

Configure grid-level identity federation for account clone (optional)

If either StorageGRID system uses identity federation without SSO, both grids must use identity federation. Before creating the tenant accounts for grid federation, the grid admins for the tenant's source and destination grids must perform these steps.

Steps
  1. Configure the same identity source for both grids. See Use identity federation.

  2. Optionally, if a federated group will have initial Root access permission for both the source and destination tenant accounts, create the same admin group on both grids by importing the same federated group.

    Note If you assign Root access permission to a federated group that doesn't exist on both grids, the tenant isn't replicated to the destination grid.
  3. If you don't want a federated group to have initial Root access permission for both accounts, specify a password for the local root user.

Create permitted S3 tenant account

After optionally configuring SSO or identity federation, a grid admin performs these steps to determine which tenants can replicate bucket objects to other StorageGRID systems.

Steps
  1. Determine which grid you want to be the tenant's source grid for account clone operations.

    The grid where the tenant is originally created is known as the tenant's source grid. The grid where the tenant is replicated is known as the tenant's destination grid.

  2. Create a new S3 tenant account on that grid.

  3. Assign the Use grid federation connection permission.

  4. If the tenant account will manage its own federated users, assign the Use own identity source permission.

    If this permission is assigned, both the source and destination tenant accounts must configure the same identity source before creating federated groups. Federated groups added to the source tenant can't be cloned to the destination tenant unless both grids use the same identity source.

  5. Select a specific grid federation connection.

  6. Save the tenant.

    When a new tenant with the Use grid federation connection permission is saved, StorageGRID automatically creates a replica of that tenant on the other grid, as follows:

    • Both tenant accounts have the same account ID, name, storage quota, and assigned permissions.

    • If you selected a federated group to have Root access permission for the tenant, that group is cloned to the destination tenant.

    • If you selected a local user to have Root access permission for the tenant, that user is cloned to the destination tenant. However, the password for that user is not cloned.

Permitted tenant account workflow

After a tenant with the Use grid federation connection permission is replicated to the destination grid, permitted tenant accounts can perform these steps to clone tenant groups, users, and S3 access keys.

Steps
  1. Sign in to the tenant account on the tenant's source grid.

  2. If permitted, configure identify federation on both the source and destination tenant accounts.

  3. Create groups and users on the source tenant.

    When new groups or users are created on the source tenant, StorageGRID automatically clones them to the destination tenant, but no cloning occurs from the destination back to the source.

  4. Create S3 access keys.

  5. Optionally, clone S3 access keys from the source tenant to the destination tenant.

For details about the permitted tenant account workflow and to learn how groups, users, and S3 access keys are cloned, see Clone tenant groups and users and Clone S3 access keys using the API.