Downloads:
61,510
Downloads of v 0.5.2:
5,298
Last Update:
07 Oct 2020
Package Maintainer(s):
Software Author(s):
- Heptio
- Amazon EKS OSS Engineers
Tags:
aws-iam-authenticator aws cli cloud amazon kubernetes kubectl devops- Software Specific:
- Software Site
- Software Source
- Software License
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
AWS IAM Authenticator for Kubernetes
This is not the latest version of AWS IAM Authenticator for Kubernetes available.
- 1
- 2
- 3
0.5.2 | Updated: 07 Oct 2020
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
61,510
Downloads of v 0.5.2:
5,298
Maintainer(s):
Software Author(s):
- Heptio
- Amazon EKS OSS Engineers
AWS IAM Authenticator for Kubernetes 0.5.2
This is not the latest version of AWS IAM Authenticator for Kubernetes available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Heptio, Amazon EKS OSS Engineers. The inclusion of Heptio, Amazon EKS OSS Engineers trademark(s), if any, upon this webpage is solely to identify Heptio, Amazon EKS OSS Engineers goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
Deployment Method: Individual Install, Upgrade, & Uninstall
To install AWS IAM Authenticator for Kubernetes, run the following command from the command line or from PowerShell:
To upgrade AWS IAM Authenticator for Kubernetes, run the following command from the command line or from PowerShell:
To uninstall AWS IAM Authenticator for Kubernetes, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download aws-iam-authenticator --internalize --version=0.5.2 --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade aws-iam-authenticator -y --source="'INTERNAL REPO URL'" --version="'0.5.2'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade aws-iam-authenticator -y --source="'INTERNAL REPO URL'" --version="'0.5.2'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install aws-iam-authenticator
win_chocolatey:
name: aws-iam-authenticator
version: '0.5.2'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'aws-iam-authenticator' do
action :install
source 'INTERNAL REPO URL'
version '0.5.2'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller aws-iam-authenticator
{
Name = "aws-iam-authenticator"
Version = "0.5.2"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'aws-iam-authenticator':
ensure => '0.5.2',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved by moderator flcdrg on 16 Oct 2020.
AWS IAM Authenticator for Kubernetes
A tool to use AWS IAM credentials to authenticate to a Kubernetes cluster.
The initial work on this tool was driven by Heptio. The project receives contributions from multiple community engineers and is currently maintained by Heptio and Amazon EKS OSS Engineers.
Why do I want this?
If you are an administrator running a Kubernetes cluster on AWS, you already need to manage AWS IAM credentials to provision and update the cluster.
By using AWS IAM Authenticator for Kubernetes, you avoid having to manage a separate credential for Kubernetes access.
AWS IAM also provides a number of nice properties such as an out of band audit trail (via CloudTrail) and 2FA/MFA enforcement.
If you are building a Kubernetes installer on AWS, AWS IAM Authenticator for Kubernetes can simplify your bootstrap process.
You won't need to somehow smuggle your initial admin credential securely out of your newly installed cluster.
Instead, you can create a dedicated KubernetesAdmin
role at cluster provisioning time and set up Authenticator to allow cluster administrator logins.
Please Note: This is an automatically updated package. If you find it is
out of date by more than a day or two, please contact the maintainer(s) and
let them know the package is no longer updating correctly.
Log in or click on link to see number of positives.
- aws-iam-authenticator.0.5.2.nupkg (37dab4aac5f4) - ## / 61
- aws-iam-authenticator_0.5.2_windows_amd64.exe (3e1143387b0b) - ## / 66
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
AWS IAM Authenticator for Kubernetes 0.6.28 | 102 | Tuesday, November 19, 2024 | Approved | |
AWS IAM Authenticator for Kubernetes 0.6.27 | 546 | Tuesday, October 15, 2024 | Approved | |
AWS IAM Authenticator for Kubernetes 0.5.9 | 18079 | Saturday, July 2, 2022 | Approved | |
AWS IAM Authenticator for Kubernetes 0.5.7 | 3019 | Tuesday, April 12, 2022 | Approved | |
AWS IAM Authenticator for Kubernetes 0.5.6 | 290 | Thursday, April 7, 2022 | Approved | |
AWS IAM Authenticator for Kubernetes 0.5.5 | 1990 | Friday, February 18, 2022 | Approved | |
AWS IAM Authenticator for Kubernetes 0.5.3 | 11408 | Friday, April 30, 2021 | Approved | |
AWS IAM Authenticator for Kubernetes 0.5.2 | 5298 | Wednesday, October 7, 2020 | Approved | |
AWS IAM Authenticator for Kubernetes 0.5.1 | 3175 | Wednesday, July 1, 2020 | Approved | |
AWS IAM Authenticator for Kubernetes 0.5.0 | 7056 | Tuesday, January 28, 2020 | Approved | |
AWS IAM Authenticator for Kubernetes 0.4.0 | 10547 | Thursday, April 25, 2019 | Approved |
2017 the contributors
See the GitHub release.
This package has no dependencies.
Ground Rules:
- This discussion is only about AWS IAM Authenticator for Kubernetes and the AWS IAM Authenticator for Kubernetes package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or AWS IAM Authenticator for Kubernetes, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.