velero-plugin-for-microsoft-azure
velero-plugin-for-microsoft-azure copied to clipboard
Plugins to support Velero on Microsoft Azure
Implements https://github.com/vmware-tanzu/velero/issues/4267 The plugin no longer uses the storage access key to access the blobs by default. The key is only used if it's configured via `AZURE_STORAGE_ACCOUNT_ACCESS_KEY`. Therefore "Allow storage...
Add a new supported key to the config ('sku') which allows to specify the SKU used for the Azure disk snapshot The values supported depend of the Azure zone, it...
Getting following error in tilt setup: Go package is not in GOROOT The change fixes the build
Include a note about enabling the AZURE_CLIENT_SEND_CERTIFICATE_CHAIN environment variable which is necessary for SNI based auth, since there was no previous documentation about this Signed-off-by: Alex Xue
Bumps [github.com/Azure/azure-sdk-for-go/sdk/azidentity](https://github.com/Azure/azure-sdk-for-go) from 1.5.2 to 1.6.0. Release notes Sourced from github.com/Azure/azure-sdk-for-go/sdk/azidentity's releases. sdk/internal/v1.6.0 1.6.0 (2024-04-16) Features Added Options types for SetBodilessMatcher and SetDefaultMatcher now embed RecordingOptions Added a collection of...
Currently AAD URI will throw an error with volume snapshotter, and in practice will cause volume snapshots to be attempted using DefaultAzureCredential when used with Azure, which causes failures in...