# 使用 Homebrew, Nix 安装 gimme-aws-creds

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

## 安装

```sh
sudo av install brew:gimme-aws-creds
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install gimme-aws-creds
```

  证据: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#gimme-aws-creds
```

  证据: nixpkgs package indexes: pkgs/by-name/gi/gimme-aws-creds/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## 软件包事实

- **软件包键:** brew:gimme-aws-creds
- **软件包管理器:** Homebrew
- **软件包管理器页面:** <https://formulae.brew.sh/formula/gimme-aws-creds>
- **版本:** 2.8.2
- **来源摘要:** CLI to retrieve AWS credentials from Okta
- **主页:** <https://github.com/Nike-Inc/gimme-aws-creds>
- **仓库:** <https://github.com/Nike-Inc/gimme-aws-creds>
- **许可证:** Apache-2.0
- **源码归档:** <https://files.pythonhosted.org/packages/63/73/9e508d37d4d301f6a3811fdc0b0a076696de87f82ad8a81ec28c3e6befb5/gimme_aws_creds-2.8.2.tar.gz>
- **最后更新:** 2026-08-04T11:23:47Z
- **已生成:** 2026-08-04T22:13:35+00:00

## 可执行文件

- gimme-aws-creds (cli)
- gimme-aws-creds-autocomplete.sh (cli)
- gimme-aws-creds.cmd (cli)
- gimme-aws-creds (别名)
- gimme-aws-creds-autocomplete.sh (别名)
- gimme-aws-creds.cmd (别名)

## 依赖

- certifi
- cryptography
- libyaml
- python@3.14

## macOS 提供的库

- libffi

## 安装行为

- post-install 钩子: 未定义
- Bottle: 可用 于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## 版本和新鲜度

- 页面生成时间: 2026-08-04
- 管理器版本: 2.8.2
- 管理器更新时间: 2026-08-04
- 本地数据: OK
- 上游仓库: https://github.com/Nike-Inc/gimme-aws-creds
- 信息: No cached GitHub release or tag data was available.
## 项目历史与用法

gimme-aws-creds is a command-line tool from Nike for obtaining short-lived cloud credentials through Okta-backed SAML authentication.

### 项目历史

The official README describes gimme-aws-creds as a CLI that uses an Okta identity provider via SAML to acquire short-lived credentials for AWS and Alibaba Cloud. Its 1.0.0 release notes describe support for a Lambda proxy to avoid sharing an Okta API key widely, plus Okta MFA support for multiple factors.

Over time the tool expanded from an Okta-to-AWS credential helper into a broader cloud credential bridge. Its documentation covers Okta Identity Engine, browser-based device authorization, MFA factor handling, configurable profiles, optional gimme-creds-lambda proxying, and Alibaba Cloud RAM credentials using the same Okta authentication flow.

### 采用历史

The package fits the enterprise CLI niche created by federated AWS access: engineers need temporary AWS profiles, but organizations often require Okta MFA and SAML rather than long-lived IAM user keys. Distribution through PyPI, Homebrew, and Nix made it accessible to Python and macOS-oriented workstation setups.

### 使用方式

Practitioners install the tool, run its configuration action to store Okta organization, application, role, and profile preferences, then run gimme-aws-creds to write temporary credentials to the AWS shared credentials file or to stdout. Teams use named profiles and environment overrides to switch accounts, roles, durations, MFA behavior, and cloud-provider mode.

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

gimme-aws-creds is package-manager-interesting because it lives at the boundary between local developer ergonomics and enterprise identity policy. Small packaging details, Python support, shell completion, optional dependencies, and credential-file paths directly affect whether engineers can enter cloud shells without manual SAML copy-and-paste work.

### 时间线

- 2017: Version 1.0.0 released with Lambda proxy and MFA support notes.
- 2018: 1.0 and 1.1 series releases continued on PyPI.
- 2019: 2.0 series appeared on PyPI.
- 2023: 2.7 series releases added Identity Engine and authentication-policy work.
- 2024: 2.8.2 released with config and Windows dependency fixes.

### Related projects

- The README points to gimme-creds-lambda for proxying Okta API interaction. It also sits near Okta's AWS client, AWS STS AssumeRoleWithSAML workflows, Alibaba Cloud STS, and other Okta-to-cloud credential helper CLIs.

### 来源

- <https://github.com/Nike-Inc/gimme-aws-creds>
- <https://github.com/Nike-Inc/gimme-aws-creds#readme>
- <https://github.com/Nike-Inc/gimme-aws-creds/releases/tag/v1.0.0>
- <https://pypi.org/project/gimme-aws-creds/>


## 安全说明

没有找到 gimme-aws-creds 的匹配本地密钥处理 manifest。软件包元数据仍在此发布，以便未来覆盖拥有稳定的软件包 URL。



## 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

- Unix: ~/.okta_aws_login_config

## Credential files

- Unix: ~/.aws/credentials, ~/.aliyun/config.json
## 源数据库详情

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** gimme-aws-creds
- **Version Scheme:** 0
- **Revision:** 14
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

## 其他软件包管理器记录

- Nix - gimme-aws-creds: normalized package name match | nixpkgs package indexes: pkgs/by-name/gi/gimme-aws-creds/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## 相关链接

- [Cloud CLI packages](https://pkg.so/zh-hans/cloud-clis/) - Belongs to a cloud or infrastructure command family.
- [Source-control packages](https://pkg.so/zh-hans/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/zh-hans/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://pkg.so/zh-hans/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [python@3.14](https://pkg.so/zh-hans/brew/python-3-14/) - Runtime dependency declared by Homebrew.
- [gimme](https://pkg.so/zh-hans/brew/gimme/) - Shares pkgdb curated category or tags: aws, cli, cloud-infrastructure, credentials, okta.
- [aws-google-auth](https://pkg.so/zh-hans/brew/aws-google-auth/) - Shares pkgdb curated category or tags: aws, cli, cloud-infrastructure, credentials, saml.
- [aws-sso-cli](https://pkg.so/zh-hans/brew/aws-sso-cli/) - Shares pkgdb curated category or tags: aws, cli, cloud-infrastructure, credentials.
- [aws-sso-util](https://pkg.so/zh-hans/brew/aws-sso-util/) - Shares pkgdb curated category or tags: aws, cli, cloud-infrastructure, credentials.
- [awsume](https://pkg.so/zh-hans/brew/awsume/) - Shares pkgdb curated category or tags: aws, cli, cloud-infrastructure, credentials.
- [aws-console](https://pkg.so/zh-hans/brew/aws-console/) - Shares pkgdb curated category or tags: aws, cli, cloud-infrastructure, credentials.
- [aws2-wrap](https://pkg.so/zh-hans/brew/aws2-wrap/) - Shares pkgdb curated category or tags: aws, cli, cloud-infrastructure, credentials.
- [awscli](https://pkg.so/zh-hans/brew/awscli/) - Shares pkgdb curated category or tags: aws, cli, cloud-infrastructure.

## Combined YAML source

View the package source record on GitHub. [combined/gimme-aws-creds.yml](https://github.com/mxcl/pkgdb/blob/main/combined/gimme-aws-creds.yml)


## 来源

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated configuration and credential file locations
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
