Stephen Kitt
56d8302bc8
Use k8s utils pointer instead of Azure autorest/to
...
Since k/u includes pointer functions which are equivalent to the
autorest/to pointer functions, and the latter are deprecated, it seems
useful to switch to the former:
* to.FooPtr becomes pointer.Foo
* to.Foo becomes pointer.FooDeref with an appropriate default
* to.StringSlicePtr becomes &
This doesn't remove anything from vendor, but it does turn the
dependency into an indirect one, ready to be removed when the rest of
the Azure migration happens.
Signed-off-by: Stephen Kitt <skitt@redhat.com>
2022-12-07 18:16:16 +01:00
andyzhangx
8b0ac045e2
fix image pulling failure when IMDS is unavailalbe in kubelet startup
...
fix test failure
2022-06-12 04:57:42 +00:00
Stephen Augustus
481cf6fbe7
generated: Run hack/update-gofmt.sh
...
Signed-off-by: Stephen Augustus <foo@auggie.dev>
2021-08-24 15:47:49 -04:00
andyzhangx
48ba8830cd
fix pull image error from multiple ACRs using azure managed identity
...
fix comments
fix comment
fix comments
fix comments
fix comments
fix comments
fix bazel
2020-11-12 09:51:26 +00:00
Jordan Liggitt
1420b377e4
Add providerless tags
2020-07-30 13:48:40 -04:00
andyzhangx
fe873af660
fix: don't use docker config cache if it's empty
...
add one comment
test: add unit test
fix comments
fix comments
revert test change
fix comments
2020-06-22 15:10:47 +00:00
David Parks
333b0493fb
fix: ACR auth fails in private azure clouds
2020-04-24 19:13:52 -07:00
Stephen Augustus
a8ea88960d
Update Azure imports to latest API versions
...
Signed-off-by: Stephen Augustus <saugustus@vmware.com>
2019-08-19 13:27:27 -04:00
Stephen Augustus
a64cf7a1e2
Update azure-sdk-for-go/services/containerregistry to 2018-09-01
...
Signed-off-by: Stephen Augustus <saugustus@vmware.com>
2019-07-01 00:24:15 -04:00
Tongyao Si
a2f4f51b77
Add more test cases
2019-04-30 16:52:07 +08:00
Tongyao Si
b5cdb78190
Fix ACR MSI cross-subscription authentication error
2019-04-30 16:40:05 +08:00
tiffany jernigan
ecbb090f32
Credential provider Provide takes image (clouds)
2019-03-27 01:00:26 +00:00
andyzhangx
3c7de52cc2
add Azure Container Registry anonymous repo support
...
apply fix for msi and fix test failure
2019-02-28 12:16:21 +00:00
andyzhangx
a7e328c211
fix acr sp access issue
2018-07-20 08:39:31 +00:00
Pengfei Ni
471d00c929
Use new clients in Azure credential provider
2018-04-26 09:38:48 +08:00
Cole Mickens
931002ec1f
azure: acr docker cred provider reuses auth
2017-07-13 14:27:37 -07:00
Cole Mickens
1c72f2b9de
azure: acr fix login server
2017-01-19 05:08:16 -08:00
Brendan Burns
91f19e3dfc
Add an azure container registry credential provider.
2016-12-08 21:38:11 -08:00