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
It seems that permission-discrepancy-finder doesn't work due to using bad version of google-cloud-asset library.
requirements.txt says:
google-api-python-client
google-cloud-asset
which downloads newest version of google-cloud-asset -> 2.1.0
Unfortunately, during running script, I get: WARNING[2020-10-14 09:46:39,552]:Cannot retrive data for project: xxxx because of error analyze_iam_policy() got an unexpected keyword argument 'analysis_query'.
Please update requirements.txt file or adjust script to newest version.
Note that this script is mentioned multiple times in documentation as solution for finding affected users of recent changes with default compute/app engine service accounts, so would be nice if it works without debugging.
Best regards
Mateusz :)
The text was updated successfully, but these errors were encountered:
Hi Googlers ;)
It seems that permission-discrepancy-finder doesn't work due to using bad version of google-cloud-asset library.
requirements.txt says:
which downloads newest version of google-cloud-asset -> 2.1.0
Unfortunately, during running script, I get:
WARNING[2020-10-14 09:46:39,552]:Cannot retrive data for project: xxxx because of error analyze_iam_policy() got an unexpected keyword argument 'analysis_query'.
Changing requirements to:
solves that issue.
Please update requirements.txt file or adjust script to newest version.
Note that this script is mentioned multiple times in documentation as solution for finding affected users of recent changes with default compute/app engine service accounts, so would be nice if it works without debugging.
Best regards
Mateusz :)
The text was updated successfully, but these errors were encountered: