-
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
/health endpoint now shows EE Features available #5293
Conversation
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.
Reviewed 5 of 5 files at r1.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @parasssh)
ee/utils_ee.go, line 41 at r1 (raw file):
var ee []string if len(worker.Config.HmacSecret) > 0 { ee = append(ee, acl)
if a const is being used exactly once, then directly use the value.
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.
Dismissed @manishrjain from a discussion.
Reviewable status: 4 of 5 files reviewed, all discussions resolved (waiting on @manishrjain)
ee/utils_ee.go, line 41 at r1 (raw file):
Previously, manishrjain (Manish R Jain) wrote…
if a const is being used exactly once, then directly use the value.
Done.
(cherry-picked from commit 51f8cfb)
Fixes #5234
Fixes DGRAPH-1268
The /health alpha endpoint now includes the EE Features that are enabled. For OSS builds this field will be absent since no EE Features are available.
As of now, the following EE Features are identified:
This change is