-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
fix(acl): fix duplicate groot user creation #9041
Merged
Merged
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
dgraph-bot
added
area/testing
Testing related issues
area/enterprise
Related to proprietary features
area/schema
Issues related to the schema language and capabilities.
area/graphql
Issues related to GraphQL support on Dgraph.
area/enterprise/acl
Related to Access Control Lists
area/core
internal mechanisms
go
Pull requests that update Go code
labels
Mar 1, 2024
mangalaman93
changed the title
fix(acl): fix duplicate groot user creation (#51)
fix(acl): fix duplicate groot user creation
Mar 1, 2024
mangalaman93
force-pushed
the
aman/8c968c891
branch
from
March 13, 2024 11:44
fff5058
to
8cb6aec
Compare
mangalaman93
commented
Mar 26, 2024
shivaji-kharse
force-pushed
the
aman/8c968c891
branch
2 times, most recently
from
March 27, 2024 13:55
6b76bc6
to
fcfddbe
Compare
mangalaman93
commented
Mar 28, 2024
shivaji-kharse
force-pushed
the
aman/8c968c891
branch
from
April 4, 2024 12:39
fcfddbe
to
0c99f28
Compare
shivaji-kharse
force-pushed
the
aman/8c968c891
branch
from
April 18, 2024 05:50
b38fc4e
to
0ddedc3
Compare
mangalaman93
commented
Apr 18, 2024
shivaji-kharse
force-pushed
the
aman/8c968c891
branch
from
April 19, 2024 07:15
03cb2b2
to
d79d3b9
Compare
mangalaman93
commented
Apr 19, 2024
shivaji-kharse
force-pushed
the
aman/8c968c891
branch
2 times, most recently
from
April 29, 2024 13:16
7f4b1e6
to
82193f7
Compare
shivaji-kharse
force-pushed
the
aman/8c968c891
branch
3 times, most recently
from
May 21, 2024 04:46
b296a22
to
766ddf5
Compare
shivaji-kharse
force-pushed
the
aman/8c968c891
branch
from
May 27, 2024 12:21
766ddf5
to
437ffa2
Compare
This PR adds the unique directive to the 'dgraph.xid' predicate. Prior to this change, users could create duplicate users leading to misconfiguration of ACL.
shivaji-kharse
force-pushed
the
aman/8c968c891
branch
from
May 31, 2024 07:49
2ba7da6
to
fc5c502
Compare
mangalaman93
commented
May 31, 2024
mangalaman93
commented
Jun 3, 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. get an approval from @harshil-goel
shivaji-kharse
force-pushed
the
aman/8c968c891
branch
from
June 6, 2024 16:13
df9d606
to
8f79ff8
Compare
shivaji-kharse
force-pushed
the
aman/8c968c891
branch
from
June 6, 2024 17:13
c9e059a
to
38eafa2
Compare
harshil-goel
approved these changes
Jun 6, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/core
internal mechanisms
area/enterprise/acl
Related to Access Control Lists
area/enterprise
Related to proprietary features
area/graphql
Issues related to GraphQL support on Dgraph.
area/schema
Issues related to the schema language and capabilities.
area/testing
Testing related issues
go
Pull requests that update Go code
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.
This PR adds the unique directive to the 'dgraph.xid' predicate. Prior to this change, users could create duplicate users leading to misconfiguration of ACL.