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
Hi and thanks for good tool. It is much better than my custom script.
I had an error today:
File "/usr/local/bin/aws-google-auth", line 11, in <module>
load_entry_point('aws-google-auth==0.0.8', 'console_scripts', 'aws-google-auth')()
File "/Library/Python/2.7/site-packages/aws_google_auth/__init__.py", line 327, in cli
roles = dict([x.split(',') for x in doc.xpath('//*[@Name = "https://aws.amazon.com/SAML/Attributes/Role"]//text()')])
ValueError: dictionary update sequence element #0 has length 3; 2 is required
So the problem that I had configured: <role-arn>,<idp-arn>, - for all my roles. And this is a valid description for the AWS. All login operations working fine.
Solution:
In my cases, I updated the Google Attributes for the user - removed the second comma.
I don't know if it is needed somehow checked in this tool, perhaps someone will find the error and apply the same solution.
The text was updated successfully, but these errors were encountered:
Hi and thanks for good tool. It is much better than my custom script.
I had an error today:
So the problem that I had configured:
<role-arn>,<idp-arn>,
- for all my roles. And this is a valid description for the AWS. All login operations working fine.Solution:
In my cases, I updated the Google Attributes for the user - removed the second comma.
I don't know if it is needed somehow checked in this tool, perhaps someone will find the error and apply the same solution.
The text was updated successfully, but these errors were encountered: