pkg.soopen package index

brew / 排名 843

使用 Homebrew, chocolatey, MacPorts, Nix, scoop, winget 安装 aws-iam-authenticator

查看 aws-iam-authenticator 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

代理安全

代理安全回答

aws-iam-authenticator bridges AWS credentials into Kubernetes authentication.

凭据访问

Reads AWS credentials, kubeconfig, and IAM identity context.

远程变更

Authentication is not mutation, but it enables subsequent Kubernetes writes.

发布/制品风险

Can unlock cluster access used by deployment tools.

推荐控制

Gate credential use and cluster context switching.

代理使用指南

Allow identity inspection; require approval before enabling cluster access for mutating tools.

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install aws-iam-authenticator

local Homebrew formula metadata

MacPorts已验证 · 94%
sudo port install aws-iam-authenticator

MacPorts ports tree · sysutils/aws-iam-authenticator/Portfile · 来源: api.github.com

Linux

Nix已验证 · 92%
nix profile install nixpkgs#aws-iam-authenticator

nixpkgs package indexes · pkgs/by-name/aw/aws-iam-authenticator/package.nix · 来源: api.github.com

Windows

Chocolatey已验证 · 92%
choco install aws-iam-authenticator

Chocolatey community package catalog · aws-iam-authenticator · 来源: community.chocolatey.org

Scoop已验证 · 92%
scoop install main/aws-iam-authenticator

Scoop official bucket manifest trees · bucket/aws-iam-authenticator.json · 来源: api.github.com

Windows Package Manager已验证 · 92%
winget install --id Kubernetes.aws-iam-authenticator -e

Windows Package Manager source index · Kubernetes.aws-iam-authenticator · 来源: cdn.winget.microsoft.com

概览

软件包摘要

Use AWS IAM credentials to authenticate to Kubernetes

命令和别名

  • aws-iam-authenticator

历史

项目历史与用法

AWS IAM Authenticator for Kubernetes is a Kubernetes authentication bridge that lets AWS IAM identities authenticate to Kubernetes clusters. It uses AWS STS GetCallerIdentity-signed tokens on the client side and maps IAM users, roles, or accounts to Kubernetes users and groups on the server side.

项目历史

The repository README says the initial work was driven by Heptio and that the project receives community contributions while being maintained by Heptio and Amazon EKS OSS Engineers. The tool arose from the need to avoid a separate Kubernetes credential system for clusters whose administrators already manage AWS IAM credentials.

AWS's Open Source Blog described the 2018 community project as initially driven by Heptio, used by the Amazon EKS open source team as a starting point for mapping AWS IAM to Kubernetes RBAC, and donated to the Kubernetes Cloud Provider SIG. A 2019 AWS post described the renamed AWS IAM Authenticator and kops integration after the earlier Heptio Authenticator work.

采用历史

The authenticator became important in the early Amazon EKS and Kubernetes-on-AWS ecosystem because it let kubectl authenticate through IAM rather than long-lived Kubernetes client certificates. AWS blog posts show it used for EKS, kops, LDAP/AD federation patterns, and self-managed Kubernetes clusters on AWS.

The official GitHub page shows a large project footprint for this batch's peer group, with roughly 2.3k stars, hundreds of forks, and more than 1,000 commits. Homebrew analytics showed 3,013 installs in 30 days, 9,650 in 90 days, and 35,664 in 365 days at the time of this batch, making it the dominant package in this batch by package-manager usage.

使用方式

Cluster administrators run the server as a DaemonSet or integrate it with kops, configure the API server to use its token webhook kubeconfig, and define role/user mappings through a mounted config file, an EKS-style ConfigMap, or IAMIdentityMapping custom resources. Users then configure kubectl exec authentication to call `aws-iam-authenticator token` for a cluster ID.

The client token is based on a signed STS GetCallerIdentity request with the cluster ID in the request context. The README documents AWS profile selection through kubeconfig exec environment variables and maps roles/users/accounts to Kubernetes usernames and groups for RBAC.

为什么软件包爱好者会关心

For package nerds, aws-iam-authenticator is a canonical Kubernetes cloud-provider sidecar CLI: a single binary that lives at the boundary of kubectl exec plugins, AWS STS signing, kops, EKS, and Kubernetes SIG ownership. It is also a useful marker of the transition from early Heptio/EKS bootstrap tooling to more integrated Kubernetes authentication workflows.

时间线

  • 2018: AWS Open Source Blog describes aws-iam-authenticator as an initially Heptio-driven community project used by the Amazon EKS open source team.
  • 2019: AWS posts updated kops deployment guidance for AWS IAM Authenticator after the Heptio Authenticator donation to Cloud Provider SIG.
  • 2026: Homebrew formula metadata packages aws-iam-authenticator v0.7.18.

Related projects

  • Heptio Authenticator: the earlier name/history described by AWS blog posts.
  • Amazon EKS: a major adoption driver for IAM-backed Kubernetes authentication.
  • kops: Kubernetes-on-AWS cluster tooling with integration guidance for the authenticator.

安全态势

风险级别:orange

infrastructure mutation or orchestration signal.

风险分类器

orange 风险 · 中 置信度 · infrastructure

原因

  • infrastructure mutation or orchestration signal

信号

  • text:kubernetes

安装行为

  • 未记录 Homebrew bottle 元数据。

建议审查

在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。

local files

Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.

Configuration files

Config paths the tool may read or write during local use.

Unix
/etc/aws-iam-authenticator/config.yaml/etc/kubernetes/aws-iam-authenticator/kubeconfig.yaml

Credential files

Credential-bearing paths to review before unattended agent runs.

Unix
~/.aws/credentials~/.aws/config
Windows
%USERPROFILE%\.aws\credentials%USERPROFILE%\.aws\config

可执行文件

已安装的可执行文件

命令类型暴露范围备注
aws-iam-authenticator可执行文件已索引可执行文件从本地可执行文件索引发现。

新鲜度

版本和新鲜度

这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。

页面生成时间2026-08-03
管理器版本0.7.18
管理器更新时间2026-07-26
本地数据未知
上游不可用
检测到的最新版本未检测到
  • OK没有生成新鲜度警告。

安装元数据

软件包元数据

软件包键brew:aws-iam-authenticator
版本0.7.18
软件包管理器Homebrew
主页https://github.com/kubernetes-sigs/aws-iam-authenticator
仓库https://github.com/kubernetes-sigs/aws-iam-authenticator
最后更新2026-07-26T13:19:53+02:00
Pulseupdated
Bottle未记录
服务未声明

源数据库匹配

其他软件包管理器记录

匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。

Nix95%

aws-iam-authenticator

nix profile install nixpkgs#aws-iam-authenticator
  • normalized package name match
  • 匹配方式:Aws Iam Authenticator
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/aw/aws-iam-authenticator/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
MacPorts95%

aws-iam-authenticator

sudo port install aws-iam-authenticator
  • normalized package name match
  • 匹配方式:Aws Iam Authenticator
MacPorts ports tree · api.github.com · MacPorts ports tree: sysutils/aws-iam-authenticator/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
Chocolatey95%

aws-iam-authenticator

choco install aws-iam-authenticator
  • normalized package name match
  • 匹配方式:Aws Iam Authenticator
Chocolatey community package catalog · community.chocolatey.org · Chocolatey community package catalog: aws-iam-authenticator from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','authy-desktop'
Scoop95%

main/aws-iam-authenticator

scoop install main/aws-iam-authenticator
  • normalized package name match
  • 匹配方式:Aws Iam Authenticator
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/aws-iam-authenticator.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
winget95%

Kubernetes.aws-iam-authenticator

winget install --id Kubernetes.aws-iam-authenticator -e
  • normalized package name match
  • 匹配方式:Aws Iam Authenticator
Windows Package Manager source index · cdn.winget.microsoft.com · Windows Package Manager source index: Kubernetes.aws-iam-authenticator from https://cdn.winget.microsoft.com/cache/source.msix

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

  • Geiger risk classifier
  • cross-ecosystem install command graph
  • curated agent safety answer
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • pkg.so package database
  • pkgdb category and tag curation