12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- <?xml version="1.0" encoding="utf-8"?>
- <package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
- <metadata>
- <id>aws-iam-authenticator</id>
- <version>0.5.2</version>
- <packageSourceUrl>https://github.com/douglaswth/chocolatey-packages/tree/master/automatic/aws-iam-authenticator</packageSourceUrl>
- <owners>Douglas Thrift</owners>
- <title>AWS IAM Authenticator for Kubernetes</title>
- <authors>Heptio,Amazon EKS OSS Engineers</authors>
- <projectUrl>https://github.com/kubernetes-sigs/aws-iam-authenticator</projectUrl>
- <iconUrl>https://cdn.rawgit.com/douglaswth/chocolatey-packages/master/icons/aws-iam-authenticator.png</iconUrl>
- <copyright>2017 the contributors</copyright>
- <licenseUrl>https://github.com/kubernetes-sigs/aws-iam-authenticator/blob/master/LICENSE</licenseUrl>
- <requireLicenseAcceptance>false</requireLicenseAcceptance>
- <projectSourceUrl>https://github.com/kubernetes-sigs/aws-iam-authenticator</projectSourceUrl>
- <bugTrackerUrl>https://github.com/kubernetes-sigs/aws-iam-authenticator/issues</bugTrackerUrl>
- <tags>aws-iam-authenticator aws cli cloud amazon kubernetes kubectl devops</tags>
- <summary>A tool to use AWS IAM credentials to authenticate to a Kubernetes cluster</summary>
- <description># 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.
- </description>
- <releaseNotes>See the [GitHub release](https://github.com/kubernetes-sigs/aws-iam-authenticator/releases/latest).</releaseNotes>
- </metadata>
- <files>
- <file src="tools\**" target="tools" />
- </files>
- </package>
|