diff --git a/changelogs/unreleased/256-dylanbossie-rise8 b/changelogs/unreleased/256-dylanbossie-rise8 new file mode 100644 index 00000000..06b4b32b --- /dev/null +++ b/changelogs/unreleased/256-dylanbossie-rise8 @@ -0,0 +1 @@ +Update volume_snapshotter to correctly use AAD URI which fixes behavior for Azure Workload Identities \ No newline at end of file diff --git a/velero-plugin-for-microsoft-azure/volume_snapshotter.go b/velero-plugin-for-microsoft-azure/volume_snapshotter.go index ae9d5ed9..0ca254b0 100644 --- a/velero-plugin-for-microsoft-azure/volume_snapshotter.go +++ b/velero-plugin-for-microsoft-azure/volume_snapshotter.go @@ -87,6 +87,7 @@ func newVolumeSnapshotter(logger logrus.FieldLogger) *VolumeSnapshotter { func (b *VolumeSnapshotter) Init(config map[string]string) error { if err := veleroplugin.ValidateVolumeSnapshotterConfigKeys(config, + vslConfigKeyActiveDirectoryAuthorityURI, vslConfigKeyResourceGroup, vslConfigKeyAPITimeout, vslConfigKeySubscriptionID,