refactor(permissions): define default permission set#5075
Merged
mversic merged 1 commit intohyperledger-iroha:mainfrom Sep 27, 2024
Merged
refactor(permissions): define default permission set#5075mversic merged 1 commit intohyperledger-iroha:mainfrom
mversic merged 1 commit intohyperledger-iroha:mainfrom
Conversation
8bc8495 to
208c2f0
Compare
nxsaken
previously approved these changes
Sep 13, 2024
208c2f0 to
371e332
Compare
371e332 to
7e9d7a2
Compare
906bb5b to
502a580
Compare
d88ccc4 to
cd94357
Compare
817ec0c to
45edafa
Compare
nxsaken
previously approved these changes
Sep 18, 2024
45edafa to
fd4dd86
Compare
Erigara
reviewed
Sep 19, 2024
7efbc8c to
b9445e8
Compare
c08f7a2 to
1649d89
Compare
nxsaken
approved these changes
Sep 27, 2024
0x009922
approved these changes
Sep 27, 2024
Contributor
0x009922
left a comment
There was a problem hiding this comment.
LGTM in general, but I lack the feeling of how much it is/was ergonomic for end users.
And, I guess a proper name for this PR would be "re-define and simplify default permission set", because it was already defined.
Erigara
approved these changes
Sep 27, 2024
1649d89 to
e8c79db
Compare
Signed-off-by: Marin Veršić <marin.versic101@gmail.com>
e8c79db to
4b87ad5
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Context
CanManagePeers,CanRegisterDomainandCanManageRolespermissionsCanSetKeyValueXXX+CanRemoveKeyValueXXX=CanModifyXXXMetadataCanMintAsset+CanBurnAsset+CanTransferAsset=CanModifyAssetFindPermissionsso it returns only inherent permissions, not from rolescloses #4206
Solution
Review notes (optional)
Checklist
CONTRIBUTING.md.