You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use Azure AD Workload Identity with azcopy and I'm getting panic: runtime error: index out of range [1] with length 1. I'm wondering if this method of authentication is supposed to work.
Which version of the AzCopy was used?
AzCopy 10.16.0
Which platform are you using? (ex: Windows, Mac, Linux)
Linux
What command did you run?
azcopy login --identity --identity-client-id < redacted Client ID of a Managed Identity >
What problem was encountered?
panic: runtime error: index out of range [1] with length 1
Have you found a mitigation/solution?
no
Additional notes
The pod was patched by the mutating webhook of the Azure AD Workload Identity project.
The text was updated successfully, but these errors were encountered:
I'm trying to use Azure AD Workload Identity with
azcopy
and I'm gettingpanic: runtime error: index out of range [1] with length 1
. I'm wondering if this method of authentication is supposed to work.Which version of the AzCopy was used?
AzCopy 10.16.0
Which platform are you using? (ex: Windows, Mac, Linux)
Linux
What command did you run?
azcopy login --identity --identity-client-id < redacted Client ID of a Managed Identity >
What problem was encountered?
panic: runtime error: index out of range [1] with length 1
Have you found a mitigation/solution?
no
Additional notes
The pod was patched by the mutating webhook of the
Azure AD Workload Identity
project.The text was updated successfully, but these errors were encountered: