Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pbrisbin/okta-aws-cli-assume-role
Arch Package for Okta AWS CLI Assume Role tool
https://github.com/pbrisbin/okta-aws-cli-assume-role
Last synced: 10 days ago
JSON representation
Arch Package for Okta AWS CLI Assume Role tool
- Host: GitHub
- URL: https://github.com/pbrisbin/okta-aws-cli-assume-role
- Owner: pbrisbin
- Created: 2018-09-05T11:33:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-18T13:36:22.000Z (over 5 years ago)
- Last Synced: 2024-11-09T07:47:29.299Z (2 months ago)
- Language: Shell
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Arch Package for [Okta AWS CLI Assume Role tool][tool]
[tool]: https://github.com/oktadeveloper/okta-aws-cli-assume-role
## Usage
1. Install from the [AUR][]
[aur]: https://aur.archlinux.org/packages/okta-aws-cli-assume-role/
You can also run `makepkg -si` from within this repository.
1. Modify `~/okta/config.properties` if desired
```
OKTA_ORG=
OKTA_AWS_APP_URL=
OKTA_STS_DURATION=
OKTA_PROFILE=
OKTA_PROFILE_PREFIX=
OKTA_CREDENTIALS_SUFFIX=
OKTA_USERNAME=
```1. Run
```console
okta-aws-cli-login
```1. Use `aws` commands normally
**NOTE**: Set `AWS_PROFILE` or use `--profile` with the name in step 2.
## License
Same terms as the tool itself (Apache License, Version 2.0).