Refactor AKS UI proxy calls
AKS Kontainer Engine v2 will use cloud credentials. For checking AKS cluster capabilities cloud credentials should be also used. AKS Kontainer Engine v1 should works as before. Example test HTTP call for testing cloud credentials ``` $ curl -u $TOKEN "https://localhost:8443/meta/aksVersions?cloudCredentialId=cattle-global-data:cc-abcde&tenantId=3572c671-f13a-4d01-aa5e-b100b54111fa®ion=eastus ```
Showing
+442 -437
... | ... | @@ -94,7 +94,7 @@ require ( |
github.com/prometheus/client_golang v1.9.0 | ||
github.com/prometheus/client_model v0.2.0 | ||
github.com/prometheus/common v0.15.0 | ||
github.com/rancher/aks-operator v1.0.1-rc4 | ||
github.com/rancher/aks-operator v1.0.1-rc6 | ||
github.com/rancher/apiserver v0.0.0-20210519053359-f943376c4b42 | ||
github.com/rancher/channelserver v0.5.1-0.20210421200213-5495c5f6e430 | ||
github.com/rancher/dynamiclistener v0.2.1-0.20201110045217-9b1b7d3132e8 | ||
... | ... |
pkg/api/norman/customization/aks/handler.go
0 → 100644
pkg/api/norman/customization/aks/listers.go
0 → 100644
Please register or sign in to comment