Added reminder to convert keys to base64 #2988

This commit is contained in:
Catherine Luse
2021-02-03 20:52:54 -07:00
parent ddc0150668
commit 8d94c37610
@@ -140,6 +140,13 @@ data:
secretKey: <Enter your secret key>
```
Make sure to encode the keys to base64 in YAML file.
Run the following command to encode the keys.
```
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.