You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The UI changed and soup needs to be updated with the correct elements
File "/opt/homebrew/bin/aws-okta-processor", line 8, in <module>
sys.exit(main())
File "/opt/homebrew/lib/python3.10/site-packages/aws_okta_processor/cli.py", line 37, in main
command.run()
File "/opt/homebrew/lib/python3.10/site-packages/aws_okta_processor/commands/authenticate.py", line 104, in run
credentials = self.authenticate()
File "/opt/homebrew/lib/python3.10/site-packages/aws_okta_processor/commands/authenticate.py", line 98, in authenticate
credentials = saml_fetcher.fetch_credentials()
File "/opt/homebrew/lib/python3.10/site-packages/aws_okta_processor/core/fetcher.py", line 39, in fetch_credentials
credentials = super(SAMLFetcher, self).fetch_credentials()
File "/opt/homebrew/lib/python3.10/site-packages/botocore/credentials.py", line 657, in fetch_credentials
return self._get_cached_credentials()
File "/opt/homebrew/lib/python3.10/site-packages/botocore/credentials.py", line 667, in _get_cached_credentials
response = self._get_credentials()
File "/opt/homebrew/lib/python3.10/site-packages/aws_okta_processor/core/fetcher.py", line 136, in _get_credentials
aws_roles, saml_assertion, _application_url, user, _organization = self._get_app_roles()
File "/opt/homebrew/lib/python3.10/site-packages/aws_okta_processor/core/fetcher.py", line 106, in _get_app_roles
aws_roles = saml.get_aws_roles(
File "/opt/homebrew/lib/python3.10/site-packages/aws_okta_processor/core/saml.py", line 68, in get_aws_roles
account_roles = get_account_roles(
File "/opt/homebrew/lib/python3.10/site-packages/aws_okta_processor/core/saml.py", line 107, in get_account_roles
accounts = soup.find('fieldset').find_all(
AttributeError: 'NoneType' object has no attribute 'find_all'```
The text was updated successfully, but these errors were encountered:
Hey @dsloanather we've noticed this as well. It appears to be an AWS issue (the AWS service health page at the time of this comment shows a [RESOLVED] Increased SAML Error Rates issue that appears to be the root cause. We're still looking into making some changes as we think this was possibly A/B testing a new UI we need to account for. Thanks for the report!
The UI changed and soup needs to be updated with the correct elements
The text was updated successfully, but these errors were encountered: