forked from demisto/content
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Okta event collector refactor (demisto#30631)
* refactor in process * refactor * refacror * Update version. Update RN. Handle 429 * Finalizing eventCollector. Added unitTest / refactor * pylint errors. bump docker version * CR changes * forgot isoformat in test-module * refactor to the right var name * Revert changes to Armis. fix PR validations failures in OktaEventCollector * fix mypy errors * fix mypy errors. again * CR changes to description * set since for fetch iterations. Add unit test * Add unit test. Add max iterations cap * if events after dedup is 0 will break while loop. * fix if events is empty break. * Unittest changes. log changes. * Remove redundant unit test. Make if statement more concise. * Adding another break condition. if number of events fetched is smaller than the given limit to the API will break * Update docker version * Remove unused imports.
- Loading branch information
1 parent
95eb285
commit 7a6e1ec
Showing
5 changed files
with
237 additions
and
167 deletions.
There are no files selected for viewing
278 changes: 136 additions & 142 deletions
278
Packs/Okta/Integrations/OktaEventCollector/OktaEventCollector.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.