Skip to content

Commit

Permalink
Add aws-auth v0.3.5 (#2159)
Browse files Browse the repository at this point in the history
* Add aws-auth v0.3.5

* resolve templating

* fix typo in homepage

* Update aws-auth.yaml

* Update aws-auth.yaml

* Update aws-auth.yaml

* Update aws-auth.yaml

* Update aws-auth.yaml
  • Loading branch information
eytan-avisror authored Apr 12, 2022
1 parent 09324ec commit 49318b4
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions plugins/aws-auth.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
apiVersion: krew.googlecontainertools.github.com/v1alpha2
kind: Plugin
metadata:
name: aws-auth
spec:
version: v0.3.5
homepage: https://github.com/keikoproj/aws-auth
shortDescription: Manage aws-auth ConfigMap
description: |
This plugin allows upserting and removing IAM mappings from the
aws-auth configmap in order to manage access to EKS clusters for
roles or users.
platforms:
- selector:
matchLabels:
os: darwin
arch: amd64
uri: https://github.com/keikoproj/aws-auth/releases/download/v0.3.5/aws-auth_v0.3.5_darwin_amd64.tar.gz
sha256: 0fddf5f7e29dc74f17920f01456d1e98068c5df0f9cc961f69f61c02de50c489
bin: aws-auth
- selector:
matchLabels:
os: darwin
arch: arm64
uri: https://github.com/keikoproj/aws-auth/releases/download/v0.3.5/aws-auth_v0.3.5_darwin_arm64.tar.gz
sha256: faecea05319a30c5a5980a7cfc1a18ce227b38311557461756e9acdfbd609917
bin: aws-auth
- selector:
matchLabels:
os: linux
arch: amd64
uri: https://github.com/keikoproj/aws-auth/releases/download/v0.3.5/aws-auth_v0.3.5_linux_amd64.tar.gz
sha256: 347bbf6b6656fc9569f9c0db6fc7259ce8ad5a6e8969cdccf7ddcae7d40456ae
bin: aws-auth
- selector:
matchLabels:
os: linux
arch: arm64
uri: https://github.com/keikoproj/aws-auth/releases/download/v0.3.5/aws-auth_v0.3.5_linux_arm64.tar.gz
sha256: 67775ff67caefbc55586dca9ef04de5dddf4db521a955702fb9fe2786976b656
bin: aws-auth
- selector:
matchLabels:
os: windows
arch: amd64
uri: https://github.com/keikoproj/aws-auth/releases/download/v0.3.5/aws-auth_v0.3.5_windows_amd64.tar.gz
sha256: f40cfa5e0ad3ecb737b50f2670f8261e81f8a48cbc953c3981e4bbb26229dd9d
bin: aws-auth.exe

0 comments on commit 49318b4

Please sign in to comment.