Skip to content

Commit 9ad36ac

Browse files
committed
Bugfix: have msi-dataplane pass client ID to correct function arg
1 parent 8ffb212 commit 9ad36ac

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ require (
2323
github.com/Azure/go-autorest/autorest/to v0.4.0
2424
github.com/Azure/go-autorest/autorest/validation v0.3.1
2525
github.com/Azure/go-autorest/tracing v0.6.0
26-
github.com/Azure/msi-dataplane v0.1.1-0.20250206191257-19524cb812b2
26+
github.com/Azure/msi-dataplane v0.1.1-0.20250207225513-fdebabeb6c74
2727
github.com/apparentlymart/go-cidr v1.1.0
2828
github.com/codahale/etm v0.0.0-20141003032925-c00c9e6fb4c9
2929
github.com/containers/image/v5 v5.31.0

go.sum

+2
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ github.com/Azure/go-autorest/tracing v0.6.0 h1:TYi4+3m5t6K48TGI9AUdb+IzbnSxvnvUM
6868
github.com/Azure/go-autorest/tracing v0.6.0/go.mod h1:+vhtPC754Xsa23ID7GlGsrdKBpUA79WCAKPPZVC2DeU=
6969
github.com/Azure/msi-dataplane v0.1.1-0.20250206191257-19524cb812b2 h1:YY7cG81rYNZ/cm2DYYTvuSriIjDb971JuEtI1WyN9bQ=
7070
github.com/Azure/msi-dataplane v0.1.1-0.20250206191257-19524cb812b2/go.mod h1:y+euhWbc8/wgVM1hyJLQf4DnByegnwxAcDV0OKNM9+k=
71+
github.com/Azure/msi-dataplane v0.1.1-0.20250207225513-fdebabeb6c74 h1:smVwox3hBk2jrsdEIdtgP/wSJg3lx2pxIzteTOKeLo0=
72+
github.com/Azure/msi-dataplane v0.1.1-0.20250207225513-fdebabeb6c74/go.mod h1:y+euhWbc8/wgVM1hyJLQf4DnByegnwxAcDV0OKNM9+k=
7173
github.com/AzureAD/microsoft-authentication-extensions-for-go/cache v0.1.1 h1:WJTmL004Abzc5wDB5VtZG2PJk5ndYDgVacGqfirKxjM=
7274
github.com/AzureAD/microsoft-authentication-extensions-for-go/cache v0.1.1/go.mod h1:tCcJZ0uHAmvjsVYzEFivsRTN00oz5BEsRgQHu5JZ9WE=
7375
github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 h1:XHOnouVk1mxXfQidrMEnLlPk9UMeRtyBTnEFtxkV0kU=

vendor/github.com/Azure/msi-dataplane/pkg/dataplane/identity.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ github.com/Azure/go-autorest/logger
138138
# github.com/Azure/go-autorest/tracing v0.6.0
139139
## explicit; go 1.12
140140
github.com/Azure/go-autorest/tracing
141-
# github.com/Azure/msi-dataplane v0.1.1-0.20250206191257-19524cb812b2
141+
# github.com/Azure/msi-dataplane v0.1.1-0.20250207225513-fdebabeb6c74
142142
## explicit; go 1.22
143143
github.com/Azure/msi-dataplane/pkg/dataplane
144144
github.com/Azure/msi-dataplane/pkg/dataplane/internal/challenge

0 commit comments

Comments
 (0)