mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-26 13:08:11 +00:00
Added reminder to convert keys to base64
Added reminder to convert keys to base64
This commit is contained in:
@@ -139,6 +139,12 @@ data:
|
|||||||
secretKey: <Enter your secret key>
|
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
|
### 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.
|
There are two ways to set up the `rancher-backup` operator to use S3 as the backup storage location.
|
||||||
|
|||||||
Reference in New Issue
Block a user