mirror of
https://github.com/rancher/rke.git
synced 2025-09-08 18:39:40 +00:00
Add option to pass custom CA certificate for S3 backend
This commit is contained in:
committed by
Alena Prokharchyk
parent
ffa42ab900
commit
38c31b9766
@@ -38,6 +38,10 @@ func EtcdCommand() cli.Command {
|
||||
Usage: "Specify s3 endpoint url",
|
||||
Value: s3Endpoint,
|
||||
},
|
||||
cli.StringFlag{
|
||||
Name: "s3-endpoint-ca",
|
||||
Usage: "Specify a custom CA cert to connect to S3 endpoint",
|
||||
},
|
||||
cli.StringFlag{
|
||||
Name: "access-key",
|
||||
Usage: "Specify s3 accessKey",
|
||||
|
Reference in New Issue
Block a user