Specify RBAC permissions for backup-restore chart

This commit is contained in:
rajashree
2020-09-29 17:05:13 -07:00
committed by Catherine Luse
parent acba44214e
commit 2c61b84244
@@ -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.
**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 clusters 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 theres 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