Code Monkey home page Code Monkey logo

Comments (3)

jstinson avatar jstinson commented on June 5, 2024

I'm seeing the same issue with python 2.7:

usrad-extaxc:~ adj$ okta-awscli --profile qscb_dev
Enter username:
Enter password:
Registered MFA factors:
1: Okta Verify - Push
2: Okta Verify
Please select the MFA factor: 1
Traceback (most recent call last):
File "/Users/adj/Library/Python/2.7/bin/okta-awscli", line 9, in
load_entry_point('okta-awscli==0.2.3', 'console_scripts', 'okta-awscli')()
File "/Users/adj/Library/Python/2.7/lib/python/site-packages/click/core.py", line 722, in call
return self.main(*args, **kwargs)
File "/Users/adj/Library/Python/2.7/lib/python/site-packages/click/core.py", line 697, in main
rv = self.invoke(ctx)
File "/Users/adj/Library/Python/2.7/lib/python/site-packages/click/core.py", line 895, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/Users/adj/Library/Python/2.7/lib/python/site-packages/click/core.py", line 535, in invoke
return callback(*args, **kwargs)
File "/Users/adj/Library/Python/2.7/lib/python/site-packages/oktaawscli/okta_awscli.py", line 104, in main
aws_auth, okta_profile, profile, verbose, logger, token, cache
File "/Users/adj/Library/Python/2.7/lib/python/site-packages/oktaawscli/okta_awscli.py", line 19, in get_credentials
_, assertion = okta.get_assertion()
File "/Users/adj/Library/Python/2.7/lib/python/site-packages/oktaawscli/okta_auth.py", line 199, in get_assertion
session_token = self.primary_auth()
File "/Users/adj/Library/Python/2.7/lib/python/site-packages/oktaawscli/okta_auth.py", line 40, in primary_auth
session_token = self.verify_mfa(factors_list, state_token)
File "/Users/adj/Library/Python/2.7/lib/python/site-packages/oktaawscli/okta_auth.py", line 97, in verify_mfa
factor_choice = input('Please select the MFA factor: ') - 1
TypeError: unsupported operand type(s) for -: 'str' and 'int'

from okta-awscli.

jstinson avatar jstinson commented on June 5, 2024

Update: I was able to get push to work by adding this line to ~/.okta-aws:

factor = OKTA

from okta-awscli.

jmhale avatar jmhale commented on June 5, 2024

Fixed in #48 (and released in #51). Closing.

from okta-awscli.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.