Closed v-a-s-a closed 2 years ago
Any possibility of getting this approved? It is a simple change, and would be great to get this upstreamed.
It would be great indeed if this could be approved!
Hi @hongooi73 — any chance this could be merged? It is the teeny, tiniest change. It conforms to Azure docs (see above). Not sure about testing, but happy to add something there if necessary.
Sorry for the delay, merged
Legendary. Thank you @hongooi73!
There have been some reported issues running
azcopy
in linux environments (e.g. #1840), likely due to issues integrating withkeyctl
. We have been experiencing similar issues running on Ubuntu VMs and containers. Our solution is usingazcopy
's autologin with a service principal. This does not rely onkeyctl
, just a handful of environment variables. This PR sets the appropriate environment variables before callingazcopy
. I've run only manual tests but it has worked out well for our workflow.It would be great to get this functionality in. Happy for suggestions or changes.