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

Zoom ask and mirroring #29401

Merged
merged 44 commits into from
Nov 2, 2023
Merged

Zoom ask and mirroring #29401

merged 44 commits into from
Nov 2, 2023

Conversation

jbabazadeh
Copy link
Contributor

@jbabazadeh jbabazadeh commented Sep 3, 2023

Contributing to Cortex XSOAR Content

Make sure to register your contribution by filling the contribution registration form

The Pull Request will be reviewed only after the contribution registration form is filled.

Status

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

Related Issues

fixes: https://jira-hq.paloaltonetworks.local/browse/CIAC-6221

Description

A few sentences describing the overall goals of the pull request's commits.

Must have

  • Tests
  • Documentation

@jbabazadeh jbabazadeh changed the title Zoom ask Zoom ask and mirorring Sep 5, 2023
@jbabazadeh jbabazadeh marked this pull request as ready for review September 5, 2023 09:36
@jbabazadeh jbabazadeh changed the title Zoom ask and mirorring Zoom ask and mirroring Sep 5, 2023
Copy link
Contributor

@tkatzir tkatzir left a comment

Choose a reason for hiding this comment

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

Looks good!
Some comments.

Packs/ApiModules/Scripts/ZoomApiModule/ZoomApiModule.py Outdated Show resolved Hide resolved
Packs/ApiModules/Scripts/ZoomApiModule/ZoomApiModule.py Outdated Show resolved Hide resolved
Packs/ApiModules/Scripts/ZoomApiModule/ZoomApiModule.py Outdated Show resolved Hide resolved
Packs/ApiModules/Scripts/ZoomApiModule/ZoomApiModule.py Outdated Show resolved Hide resolved
Packs/Zoom/Integrations/Zoom/Zoom.py Outdated Show resolved Hide resolved
Packs/Zoom/Integrations/Zoom/Zoom.py Outdated Show resolved Hide resolved
Packs/Zoom/Scripts/ZoomAsk/ZoomAsk.py Outdated Show resolved Hide resolved
Packs/Zoom/Scripts/ZoomAsk/ZoomAsk.py Outdated Show resolved Hide resolved
Packs/Zoom/Scripts/ZoomAsk/ZoomAsk.py Outdated Show resolved Hide resolved
@ShirleyDenkberg
Copy link
Contributor

@tkatzir @yuvalbenshalom @amshamah419 Doc review completed.

Copy link
Contributor

@yuvalbenshalom yuvalbenshalom left a comment

Choose a reason for hiding this comment

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

reviewed the use of each and it looks good.
please complete fixing/replying all of @tkatzir comments.

.circleci/config.yml Outdated Show resolved Hide resolved
@jbabazadeh jbabazadeh requested review from dorschw and removed request for yucohen and dorschw September 28, 2023 15:13
Copy link
Contributor

@tkatzir tkatzir left a comment

Choose a reason for hiding this comment

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

Good progress!
Some comments.

Packs/Zoom/Integrations/Zoom/Zoom.py Show resolved Hide resolved
auth_failed = False
v_token = demisto.params().get('verification_token', {}).get('password')
if 'Basic' not in str(token) and v_token:
demisto.debug(v_token)
Copy link
Contributor

Choose a reason for hiding this comment

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

Remove this log before merging.

Packs/Zoom/Integrations/Zoom/Zoom.py Outdated Show resolved Hide resolved
Packs/Zoom/Integrations/Zoom/Zoom.py Outdated Show resolved Hide resolved
Packs/Zoom/Integrations/Zoom/Zoom.py Outdated Show resolved Hide resolved
Packs/Zoom/Integrations/Zoom/Zoom.py Show resolved Hide resolved
Packs/Zoom/Integrations/Zoom/Zoom.py Outdated Show resolved Hide resolved
Packs/Zoom/Integrations/Zoom/Zoom.py Outdated Show resolved Hide resolved
Packs/Zoom/Integrations/Zoom/Zoom.py Outdated Show resolved Hide resolved
Packs/Zoom/Integrations/Zoom/Zoom.py Outdated Show resolved Hide resolved
@jbabazadeh
Copy link
Contributor Author

@yuvalbenshalom need a force merge in this PR due to validation failed -because JWT authentication method was deprecated by Zoom from June 2023 and not available anymore and removed from this integration

[IN129] - You've removed integration parameters, the removed parameters are '{'creds_api_secret', 'creds_api_key', 'apiSecret', 'apiKey'}'

[IN116]-
A required field ('url') has been added to an existing integration.
A required field ('account_id') has been added to an existing integration.
A required field ('credentials') has been added to an existing integration.

@yuvalbenshalom yuvalbenshalom merged commit e494994 into master Nov 2, 2023
13 of 14 checks passed
@yuvalbenshalom yuvalbenshalom deleted the Zoom-Ask branch November 2, 2023 17:08
sapirshuker pushed a commit that referenced this pull request Dec 21, 2023
* send notification

* send notification

* zoom ask

* zoom async

* zoom async

* zoom readme

* secret token for mirroring

* send-notification command+ mirroring

* unit tests

* fix

* add context cache

* add context cache

* zoom ask tests

* remove unnecessary debug logs

* remove debug logs

* CR comments

* CR comments

* rn

* format

* zoomask tests

* cr

* small fix

* known_words

* Apply suggestions from code review

Co-authored-by: ShirleyDenkberg <[email protected]>

* Update ZoomAsk.yml

* Apply suggestions from code review

Co-authored-by: ShirleyDenkberg <[email protected]>

* zoom basic authentication

* comments

* add certificate to uvicorn to support https

* yml

* readme

---------

Co-authored-by: ShirleyDenkberg <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants