Redgate Clone

Sharing your data image

Once you have configured an OIDC-enabled identity provider you will be able to share your data-images with others users.

Currently, sharing a data-image with a user will give them all the same permissions as the creator, including deletion. 

Adding a user

In order to share your image with a user, you will need to add their OIDC username (typically an email address) to the list of shared users within an image. 

To do this, use the update data-image  command:

rgclone update data-image <image identifier> --user <username>

If a user is unsure about their OIDC username, they can check the owner field of their own data-images or containers to see it.

Removing a user

In order to remove a user from shared list, you can use the same command but add the --remove  flag.

rgclone update data-image <image identifier> --user <username> --remove







Didn't find what you were looking for?