diff --git a/bucket/azure-kubelogin.json b/bucket/azure-kubelogin.json new file mode 100644 index 0000000000..acae4a691e --- /dev/null +++ b/bucket/azure-kubelogin.json @@ -0,0 +1,24 @@ +{ + "version": "0.0.11", + "description": "A client-go credential (exec) plugin implementing Azure authentication.", + "homepage": "https://github.com/Azure/kubelogin/", + "license": "MIT", + "architecture": { + "64bit": { + "url": "https://github.com/Azure/kubelogin/releases/download/v0.0.11/kubelogin-win-amd64.zip", + "hash": "8d509b64638bf2acba247b5333b8dc1f16a578ecb1917b562ec1ee938e49d85f" + } + }, + "bin": "bin\\windows_amd64\\kubelogin.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/Azure/kubelogin/releases/download/v$version/kubelogin-win-amd64.zip" + } + }, + "hash": { + "url": "$url.sha256" + } + } +}