aws-iam-authenticator.nuspec 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
  3. <metadata>
  4. <id>aws-iam-authenticator</id>
  5. <version>0.5.1</version>
  6. <packageSourceUrl>https://github.com/douglaswth/chocolatey-packages/tree/master/automatic/aws-iam-authenticator</packageSourceUrl>
  7. <owners>Douglas Thrift</owners>
  8. <title>AWS IAM Authenticator for Kubernetes</title>
  9. <authors>Heptio,Amazon EKS OSS Engineers</authors>
  10. <projectUrl>https://github.com/kubernetes-sigs/aws-iam-authenticator</projectUrl>
  11. <iconUrl>https://cdn.rawgit.com/douglaswth/chocolatey-packages/master/icons/aws-iam-authenticator.png</iconUrl>
  12. <copyright>2017 the contributors</copyright>
  13. <licenseUrl>https://github.com/kubernetes-sigs/aws-iam-authenticator/blob/master/LICENSE</licenseUrl>
  14. <requireLicenseAcceptance>false</requireLicenseAcceptance>
  15. <projectSourceUrl>https://github.com/kubernetes-sigs/aws-iam-authenticator</projectSourceUrl>
  16. <bugTrackerUrl>https://github.com/kubernetes-sigs/aws-iam-authenticator/issues</bugTrackerUrl>
  17. <tags>aws-iam-authenticator aws cli cloud amazon kubernetes kubectl devops</tags>
  18. <summary>A tool to use AWS IAM credentials to authenticate to a Kubernetes cluster</summary>
  19. <description># AWS IAM Authenticator for Kubernetes
  20. A tool to use AWS IAM credentials to authenticate to a Kubernetes cluster.
  21. 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.
  22. ## Why do I want this?
  23. 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.
  24. By using AWS IAM Authenticator for Kubernetes, you avoid having to manage a separate credential for Kubernetes access.
  25. AWS IAM also provides a number of nice properties such as an out of band audit trail (via CloudTrail) and 2FA/MFA enforcement.
  26. If you are building a Kubernetes installer on AWS, AWS IAM Authenticator for Kubernetes can simplify your bootstrap process.
  27. You won't need to somehow smuggle your initial admin credential securely out of your newly installed cluster.
  28. Instead, you can create a dedicated `KubernetesAdmin` role at cluster provisioning time and set up Authenticator to allow cluster administrator logins.
  29. **Please Note**: This is an automatically updated package. If you find it is
  30. out of date by more than a day or two, please contact the maintainer(s) and
  31. let them know the package is no longer updating correctly.
  32. </description>
  33. <releaseNotes>See the [GitHub release](https://github.com/kubernetes-sigs/aws-iam-authenticator/releases/latest).</releaseNotes>
  34. </metadata>
  35. <files>
  36. <file src="tools\**" target="tools" />
  37. </files>
  38. </package>