From 2c61b8424485812498f55dc5feefa1b6310f04fd Mon Sep 17 00:00:00 2001 From: rajashree Date: Tue, 29 Sep 2020 17:05:13 -0700 Subject: [PATCH] Specify RBAC permissions for backup-restore chart --- .../rancher/v2.x/en/backups/back-up-rancher/_index.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/content/rancher/v2.x/en/backups/back-up-rancher/_index.md b/content/rancher/v2.x/en/backups/back-up-rancher/_index.md index 4fb5d63484b..56e76f1f599 100644 --- a/content/rancher/v2.x/en/backups/back-up-rancher/_index.md +++ b/content/rancher/v2.x/en/backups/back-up-rancher/_index.md @@ -51,4 +51,13 @@ To perform a backup, a custom resource of type Backup must be created. > **Important:** The `rancher-backup` operator doesn't save the EncryptionConfiguration file. The contents of the EncryptionConfiguration file must be saved when an encrypted backup is created, and the same file must be used when restoring from this backup. 1. Click **Create.** -**Result:** The backup file is created in the storage location configured in the Backup custom resource. The name of this file is used when performing a restore. \ No newline at end of file +**Result:** The backup file is created in the storage location configured in the Backup custom resource. The name of this file is used when performing a restore. + + +### RBAC/Permissions + +Rancher Backup & Restore is a cluster-admin only feature and available only for the local cluster. +Which means only the rancher admins, and local cluster’s cluster-owner can: +* Install the Chart +* See the navigation links for Backup and Restore CRDs (there is no overview page for this feature, after the chart is installed there’s a separate navigation link for its CRDs) +* Perform a backup or restore by creating a Backup CR and Restore CR respectively, list backups/restores performed so far \ No newline at end of file