-
Notifications
You must be signed in to change notification settings - Fork 316
feat: Role inheritance for entity permissions + dab configure --show-effective-permissions
#3164
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
Open
Copilot
wants to merge
29
commits into
main
Choose a base branch
from
copilot/add-role-inheritance-permissions
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+847
−46
Open
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
66e2112
Initial plan
Copilot 22f6714
Implement role inheritance and show-effective-permissions CLI command…
Copilot dab4c6f
de-couple graphQL auth and auth resolver for one source of truth
aaronburtle c69318b
Merge branch 'main' into copilot/add-role-inheritance-permissions
aaronburtle 04819a6
Fix incorrect ORIGINAL_ROLE_CLAIM_TYPE assertion in UniqueClaimsResol…
Copilot 80b18e6
addressing comments, deep copy
aaronburtle 7d31cf5
add missing test coverage
aaronburtle c5b5055
move logic to concrete class
aaronburtle 6b64910
Move IsRoleAllowedByDirective from default interface method to concre…
Copilot e8158d2
Remove duplicate IsRoleAllowedByDirective implementation from Authori…
Copilot 3f8b2ff
merge
aaronburtle 00e0b63
Merge branch 'main' into copilot/add-role-inheritance-permissions
aaronburtle 6a52e37
Remove duplicate TestShowEffectivePermissions_DoesNotModifyConfigFile…
Copilot b412a4e
Fix IsRoleAllowedByDirective to include authenticated→anonymous inher…
Copilot 31a8756
Revert unrelated change to RequestParserUnitTests.cs
Copilot da821c6
Merge branch 'main' into copilot/add-role-inheritance-permissions
Aniruddh25 18110df
Merge branch 'main' into copilot/add-role-inheritance-permissions
Aniruddh25 340f9a8
Fix CI failures: restrict IsRoleAllowedByDirective inheritance to unc…
Copilot 876e15c
test fix
aaronburtle f44127e
resolve merge conflicts
aaronburtle 3d583e9
Merge branch 'main' into copilot/add-role-inheritance-permissions
aaronburtle ca3579f
fix build errors merge fix
aaronburtle 8e68a44
Merge branch 'copilot/add-role-inheritance-permissions' of github.com…
aaronburtle 72b703d
missing test
aaronburtle 5dea0a0
Merge branch 'main' into copilot/add-role-inheritance-permissions
Aniruddh25 88c5245
removed accidently added file
aaronburtle 86fa5c0
Merge branch 'copilot/add-role-inheritance-permissions' of github.com…
aaronburtle 395877a
revert nullable guards
aaronburtle 02d1327
revert nullable local fix
aaronburtle File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.