gardener / etcd-backup-restore

Collection of components to backup and restore the etcd of a Kubernetes cluster.
Apache License 2.0
284 stars 99 forks source link

[Enhancement] Add support to enable the overriding of Azure Blob Storage's endpoint #757

Closed renormalize closed 1 month ago

renormalize commented 1 month ago

Enhancement (What you would like to be added):

I would like functionality to be added so that a consumer of etcd-backup-restore that has Azure resources with URIs that do not conform to the Azure Global URI can still make use of etcd-backup-restore.

Motivation (Why is this needed?):

Currently, etcd-backup-restore only supports *.blob.core.windows.net URIs, and has no support whatsoever for consumers who would like to use *.blob.core.chinacloudapi.cn.

Approach/Hint to the implement solution (optional):

The files in the directory that etcd-backup-restore consumes for credentials could be extended to have an extra file that specifies the URL of Azure resource.

renormalize commented 1 month ago

756 fixed this.