-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Validate AccessRequest during reconciliation (#24)
* feat: Validate AccessRequest during reconciliation Signed-off-by: Leonardo Luz Almeida <[email protected]> * fix log Signed-off-by: Leonardo Luz Almeida <[email protected]> * add more context in log Signed-off-by: Leonardo Luz Almeida <[email protected]> * fix the validation logic Signed-off-by: Leonardo Luz Almeida <[email protected]> * Add tests Signed-off-by: Leonardo Luz Almeida <[email protected]> * add more tests Signed-off-by: Leonardo Luz Almeida <[email protected]> * simplify listopts Signed-off-by: Leonardo Luz Almeida <[email protected]> * address review comments Signed-off-by: Leonardo Luz Almeida <[email protected]> * fix deadlock Signed-off-by: Leonardo Luz Almeida <[email protected]> * add validation to avoid reconciling concluded accessrequests Signed-off-by: Leonardo Luz Almeida <[email protected]> * better this way Signed-off-by: Leonardo Luz Almeida <[email protected]> * update isConcluded docs Signed-off-by: Leonardo Luz Almeida <[email protected]> * protect against race conditions Signed-off-by: Leonardo Luz Almeida <[email protected]> * validate race Signed-off-by: Leonardo Luz Almeida <[email protected]> * fix test bug Signed-off-by: Leonardo Luz Almeida <[email protected]> --------- Signed-off-by: Leonardo Luz Almeida <[email protected]>
- Loading branch information
Showing
4 changed files
with
343 additions
and
46 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
Oops, something went wrong.