aws-token-rotate

Crates.ioaws-token-rotate
lib.rsaws-token-rotate
version1.0.4
sourcesrc
created_at2021-10-07 07:58:45.771341
updated_at2022-05-27 20:03:38.867331
descriptionSimple tool to rotate AWS token
homepage
repositoryhttps://github.com/aolwas/aws-token-rotate.git
max_upload_size
id461633
size39,868
Maxime Cottret (aolwas)

documentation

README

aws-token-rotate

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.

Installation

This package has only been tested on Ubuntu and Debian Linux OS.

Cargo

cargo install aws-token-rotate

Sources

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

cargo fmt