Crates.io | aws-token-rotate |
lib.rs | aws-token-rotate |
version | 1.0.4 |
source | src |
created_at | 2021-10-07 07:58:45.771341 |
updated_at | 2022-05-27 20:03:38.867331 |
description | Simple tool to rotate AWS token |
homepage | |
repository | https://github.com/aolwas/aws-token-rotate.git |
max_upload_size | |
id | 461633 |
size | 39,868 |
Simple rust tool to easily rotate AWS token: using current profile, it creates new credentials, saves them and drops the old ones.
Use AWS_SHARED_CREDENTIALS_FILE (default: $HOME/.aws/credentials
) and/or AWS_PROFILE (default: default
) envvars
to specify alternative file and/or profile.
This package has only been tested on Ubuntu and Debian Linux OS.
cargo install aws-token-rotate
git clone https://github.com/aolwas/aws-token-rotate.git
cd aws-token-rotate
cargo install --path .