https://github.com/chadnpc/cli-aws-mfa-auth
https://github.com/chadnpc/cli-aws-mfa-auth
aws aws-authentication awscli-login
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/chadnpc/cli-aws-mfa-auth
- Owner: chadnpc
- License: mit
- Created: 2023-03-16T10:08:11.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-16T10:17:37.000Z (almost 3 years ago)
- Last Synced: 2025-03-17T20:19:29.624Z (10 months ago)
- Topics: aws, aws-authentication, awscli-login
- Language: PowerShell
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Playing with AWS' cli MFA Authentication
## Todos
- [ ] The login function currently takes user input for access keys and region. It may be better to instead take these as arguments when initializing the class, so that the user does not need to enter them each time they want to authenticate.
- [ ] The pause function could be made more robust by checking for any key press instead of just any key.
- [ ] Make variable names more descriptive, e.g. awsDirectory instead of AWS_DIRECTORY.
- [ ] Add error handling to the class, so that if an error occurs during authentication, the user is given a helpful error message.
....