-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathaws-iam-authenticator.json
24 lines (24 loc) · 1 KB
/
aws-iam-authenticator.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"version": "0.6.29",
"description": "A tool to use AWS IAM credentials to authenticate to a Kubernetes cluster",
"homepage": "https://github.com/kubernetes-sigs/aws-iam-authenticator",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/kubernetes-sigs/aws-iam-authenticator/releases/download/v0.6.29/aws-iam-authenticator_0.6.29_windows_amd64.exe#/aws-iam-authenticator.exe",
"hash": "7a8eaa81d42ec7356ccf16c87c66bb660f8523f4e5c1fbf96d57ce93c87fc6dc"
}
},
"bin": "aws-iam-authenticator.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/kubernetes-sigs/aws-iam-authenticator/releases/download/v$version/aws-iam-authenticator_$version_windows_amd64.exe#/aws-iam-authenticator.exe"
}
},
"hash": {
"url": "$baseurl/authenticator_$version_checksums.txt"
}
}
}