Skip to content
New issue

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

Update google resource manager to py3 #21782

Merged
merged 7 commits into from Oct 24, 2022

Conversation

mmhw
Copy link
Contributor

@mmhw mmhw commented Oct 19, 2022

Status

  • In Progress
  • Ready
  • In Hold - (Reason for hold)

Related Issues

fixes: link to the issue

Description

Update the docker image to demisto/googleapi-python3

Minimum version of Cortex XSOAR

  • 6.0.0
  • 6.1.0
  • 6.2.0
  • 6.5.0

Does it break backward compatibility?

  • Yes
    • Further details:
  • No

Must have

  • Tests
  • Documentation

@@ -30,7 +30,7 @@
'type': 'service_account', # guardrails-disable-line
'project_id': SERVICE_ACT_PROJECT_ID,
'private_key_id': PRIVATE_KEY_ID,
'private_key': PRIVATE_KEY.replace('\\n', '\n'),
'private_key': PRIVATE_KEY.replace('\\n'.encode('utf-8'), '\n'.encode('utf-8')),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are you sure the encoding is relevant for python3?

@tkatzir tkatzir merged commit 15410ee into master Oct 24, 2022
@tkatzir tkatzir deleted the MW_update_GoogleResourceManager_to_py3 branch October 24, 2022 07:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants