-
Notifications
You must be signed in to change notification settings - Fork 279
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
refactor(permissions): define default permission set #5075
Merged
mversic
merged 1 commit into
hyperledger-iroha:main
from
mversic:default_permission_set
Sep 27, 2024
Merged
refactor(permissions): define default permission set #5075
mversic
merged 1 commit into
hyperledger-iroha:main
from
mversic:default_permission_set
Sep 27, 2024
Conversation
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
mversic
requested review from
s8sato,
SamHSmith,
outoftardis,
Erigara,
0x009922,
DCNick3 and
dima74
as code owners
September 13, 2024 07:56
mversic
force-pushed
the
default_permission_set
branch
3 times, most recently
from
September 13, 2024 08:42
8bc8495
to
208c2f0
Compare
nxsaken
previously approved these changes
Sep 13, 2024
mversic
force-pushed
the
default_permission_set
branch
from
September 13, 2024 11:31
208c2f0
to
371e332
Compare
github-actions
bot
added
the
config-changes
Changes in configuration and start up of the Iroha
label
Sep 13, 2024
mversic
force-pushed
the
default_permission_set
branch
from
September 15, 2024 00:35
371e332
to
7e9d7a2
Compare
mversic
force-pushed
the
default_permission_set
branch
7 times, most recently
from
September 15, 2024 05:43
906bb5b
to
502a580
Compare
mversic
changed the title
chore(permissions): define default permission set
refactor(permissions): define default permission set
Sep 15, 2024
mversic
force-pushed
the
default_permission_set
branch
2 times, most recently
from
September 15, 2024 06:07
d88ccc4
to
cd94357
Compare
mversic
force-pushed
the
default_permission_set
branch
4 times, most recently
from
September 16, 2024 04:58
817ec0c
to
45edafa
Compare
nxsaken
previously approved these changes
Sep 18, 2024
nxsaken
force-pushed
the
default_permission_set
branch
from
September 18, 2024 07:57
45edafa
to
fd4dd86
Compare
Erigara
reviewed
Sep 19, 2024
mversic
force-pushed
the
default_permission_set
branch
5 times, most recently
from
September 25, 2024 13:43
7efbc8c
to
b9445e8
Compare
mversic
force-pushed
the
default_permission_set
branch
3 times, most recently
from
September 26, 2024 04:55
c08f7a2
to
1649d89
Compare
nxsaken
approved these changes
Sep 27, 2024
0x009922
approved these changes
Sep 27, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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
mversic
force-pushed
the
default_permission_set
branch
from
September 27, 2024 12:41
1649d89
to
e8c79db
Compare
Signed-off-by: Marin Veršić <marin.versic101@gmail.com>
mversic
force-pushed
the
default_permission_set
branch
from
September 27, 2024 13:53
e8c79db
to
4b87ad5
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
api-changes
Changes in the API for client libraries
config-changes
Changes in configuration and start up of the Iroha
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
,CanRegisterDomain
andCanManageRoles
permissionsCanSetKeyValueXXX
+CanRemoveKeyValueXXX
=CanModifyXXXMetadata
CanMintAsset
+CanBurnAsset
+CanTransferAsset
=CanModifyAsset
FindPermissions
so it returns only inherent permissions, not from rolescloses #4206
Solution
Review notes (optional)
Checklist
CONTRIBUTING.md
.