Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support for aws credential_process #41

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

support for aws credential_process #41

wants to merge 1 commit into from

Conversation

csfreak
Copy link

@csfreak csfreak commented Sep 9, 2020

See Issue #40

NOTE:
This code currently has a major flaw in that the password prompt doesn't appear if being run as a credential_process within the awscli command. STDIN is still passed to the process, and login succeeds, but only if the user silently knows that STDIN has been grabbed by Alohomora and is expecting input which is dangerous. A non-stdin method of password input would be required to use this. Given that Im not sure this can be useful, but it was a fun POC none the less.

Also, ignore the changes, I didn't turn off isort or autopep8 in my editor, so it mashed in lots of small fixes in some files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant