-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(authorization): rework (#891)
* fix(authorization): relation checking on bulk creation * fix(authentication): missing scope construction in oAuth2 native * fix(authorization): bulk relations check not checking all provided resources * refactor(authorization): optimize index-building jobs * refactor(authorization): optimize inherited permissions tree-building * [CodeFactor] Apply fixes * fix(authorization): wildcard (*) permissions not added correctly refactor(authorization): small performance improvement in index building * refactor(authorization): another performance improvement * fix(authorization): ResourceDefinition.name field missing uniqueness constraint * fix(authorization): ResourceDefinition relations/permissions nullable MongoDB fields handling (#896) * fix(grpc-sdk): redis connections not closing on process exit (#901) * fix(authorization): constructRelationIndex not reusing grpc-sdk (#902) * refactor(authorization): remove redundant functions (#903) refactor(authorization): re-index resources when definitions are modified feat(authorization): maintain inheritance tree fix(authorization): inherited permissions not removed when tree branches break --------- Co-authored-by: codefactor-io <[email protected]> Co-authored-by: Konstantinos Feretos <[email protected]>
- Loading branch information
1 parent
db7c1f8
commit e274a14
Showing
13 changed files
with
348 additions
and
424 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
Oops, something went wrong.