AWS login CLI
Project description
This package provides the zaws command line utility to exchange OAuth tokens for temporary AWS credentials by calling the AWS Credentials Service.
Installation
The zalando-aws-cli package is part of the stups bundle:
$ sudo pip3 install -U stups
$ stups configure
Usage
$ zaws list # list all allowed account roles
$ zaws login myacc RoleName # write ~/.aws/credentials
You can configure your default account/role to only run zaws:
$ zaws set-default myacc RoleName
$ zaws
There are multiple ways of abbreviating the command line:
$ zaws li # command can be abbreviated
$ zaws login myacc # only the account name is needed if you have only one role
$ zaws alias myalias myacc PowerUser # create an alias
$ zaws lo myalias # use the alias
Use -h to get a list of commands and help:
$ zaws -h # list top-level commands
$ zaws login -h # help on the "login" command
Running locally
You can run the module directly during development:
$ python3 -m zalando_aws_cli list
$ python3 -m zalando_aws_cli login myacc PowerUser
Unit tests
$ sudo pip3 install tox
$ tox
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
zalando-aws-cli-1.1.3.tar.gz
(6.9 kB
view details)
Built Distribution
File details
Details for the file zalando-aws-cli-1.1.3.tar.gz
.
File metadata
- Download URL: zalando-aws-cli-1.1.3.tar.gz
- Upload date:
- Size: 6.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e519acd16418d1785b6a7a2c2f2b5ced351287fb46b0136827246c1e9139023a |
|
MD5 | c687ce5151fa86fc78213b2b9315b80e |
|
BLAKE2b-256 | 662d34f3fc406a8e91a7cef5444be517ae6285346cb7fb900bf9bc60914b4124 |
Provenance
File details
Details for the file zalando_aws_cli-1.1.3-py3-none-any.whl
.
File metadata
- Download URL: zalando_aws_cli-1.1.3-py3-none-any.whl
- Upload date:
- Size: 8.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c0654381c560e7b7bd6cb73952f76dcfb99b964a9574637ea0411d7734754752 |
|
MD5 | 14769d3dcecf1fbb6d094f21edb4d4de |
|
BLAKE2b-256 | 293c80c8d7a7b1c58c8de284cdaba20b8c8b64de6f8d3d3a288c64ecffd235cc |