Added reminder to convert keys to base64

Added reminder to convert keys to base64
This commit is contained in:
Ansil H
2021-01-28 22:29:34 +05:30
committed by GitHub
parent 3443a61469
commit b4c5e00cd5
@@ -139,6 +139,12 @@ data:
secretKey: <Enter your secret key>
```
Make sure to encode the keys in base64 in YAML file.
Run the following command to encode the keys in base64.
```
echo -n "your_key" |base64
```
### IAM Permissions for EC2 Nodes to Access S3
There are two ways to set up the `rancher-backup` operator to use S3 as the backup storage location.
@@ -182,4 +188,4 @@ After the role is created, and you have attached the corresponding instance prof
# Examples
For example Backup custom resources, refer to [this page.](../../examples/#backup)
For example Backup custom resources, refer to [this page.](../../examples/#backup)