#aws #iam #rotate #token #amazon-iam

app aws-token-rotate

简单的 AWS 令牌轮换工具

3 个稳定版本

1.0.4 2022年5月27日
1.0.2 2021年10月7日

#19 in #amazon-iam

MIT 协议

12KB
91

aws-token-rotate

一个简单的 Rust 工具,可以轻松地轮换 AWS 令牌:使用当前配置文件,创建新的凭证,保存它们并删除旧的凭证。

使用 AWS_SHARED_CREDENTIALS_FILE(默认:$HOME/.aws/credentials)和/或 AWS_PROFILE(默认:default)环境变量来指定替代文件和/或配置文件。

安装

此软件包仅在 Ubuntu 和 Debian Linux 操作系统上进行过测试。

Cargo

cargo install aws-token-rotate

源代码

git clone https://github.com/aolwas/aws-token-rotate.git
cd aws-token-rotate
cargo install --path .

依赖项

~13–27MB
~412K SLoC