We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When running CS-Suite (pulled from GIT) to do GCP audit i get this kind of python issue
a@zbox:~/src/cs-suite$ bin/python cs.py -env gcp -pId XXXXXXXX Starting GCP Audit Traceback (most recent call last): File "gscout.py", line 63, in <module> list_projects(sys.argv[1],sys.argv[2]) File "gscout.py", line 25, in list_projects 'v1',credentials=storage.get()) File "/usr/local/lib/python2.7/dist-packages/oauth2client/client.py", line 407, in get return self.locked_get() File "/usr/local/lib/python2.7/dist-packages/oauth2client/file.py", line 54, in locked_get credentials = client.Credentials.new_from_json(content) File "/usr/local/lib/python2.7/dist-packages/oauth2client/client.py", line 302, in new_from_json module_name = data['_module'] KeyError: '_module'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When running CS-Suite (pulled from GIT) to do GCP audit i get this kind of python issue
The text was updated successfully, but these errors were encountered: