Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelogs/unreleased/256-dylanbossie-rise8
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update volume_snapshotter to correctly use AAD URI which fixes behavior for Azure Workload Identities
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove this file @dylanbossie-rise8 , its automatically generated via commits, when a release is cut.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

changelogs/unreleased/ is not automatically generated at least for all other velero repos.

I suggests keeping the changelog here.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

changelogs/unreleased/ is not automatically generated at least for all other velero repos.

I suggests keeping the changelog here.

Ah thanks ! I didn't notice that i just looked at some other commits and MRs good job @dylanbossie-rise8 for noticing that. Side, note did you have any further questions for above ?

1 change: 1 addition & 0 deletions velero-plugin-for-microsoft-azure/volume_snapshotter.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Comment thread
kaovilai marked this conversation as resolved.
vslConfigKeyResourceGroup,
vslConfigKeyAPITimeout,
vslConfigKeySubscriptionID,
Expand Down