-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[v15] Prevent AMRs being watched if access monitoring is not enabled (#…
…44504) * Prevent AMRs being watched if access monitoring is not enabled * Log and ignore AMRs if cache initialisation fails * Update integrations/access/accessrequest/app.go Co-authored-by: Marco Dinis <[email protected]> * Use allowPartialSuccess when watching over changing watch kinds * Add ability to get confirmed watch kinds from watch job * Add test coverage for newJobWithConfirmedWatchKinds * Swap watcher accepted kinds logic to use callback instead of channel * Update test for watcherjob * Add check for unset init callback to watcherjob * Remove unneeded retry utility * Remove unused import * Remove retry logic from watcherjob tests * Fix linting * Add clarifying comments and better error message * Remove unused import * Allow nil err on test process cancel --------- Co-authored-by: Marco Dinis <[email protected]>
- Loading branch information
1 parent
88d22c6
commit 303c257
Showing
4 changed files
with
138 additions
and
18 deletions.
There are no files selected for viewing
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
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