# gimme-aws-creds を Homebrew, Nix でインストール

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
- **バージョン:** 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>
- **最終更新:** 2026-08-02T20:52:05+09:00
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- gimme-aws-creds (エイリアス)
- gimme-aws-creds-autocomplete.sh (エイリアス)
- gimme-aws-creds.cmd (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 2.8.2
## プロジェクトの歴史と使われ方

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 に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。



## 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
## 他のパッケージマネージャ記録

- 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


## 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
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
