dgraph icon indicating copy to clipboard operation
dgraph copied to clipboard

[BUG]: When build oss degraph alpha exit with error : flags: acl / encryption is an enterprise-only feature

Open BertrandB21 opened this issue 2 years ago • 3 comments

What version of Dgraph are you using?

v23.1.0-33-g283fe639d-oss

Tell us a little more about your go-environment?

go version go1.19.8 linux/amd64

Have you tried reproducing the issue with the latest release?

Yes

What is the hardware spec (RAM, CPU, OS)?

RAM : 3Go CPU: Intel(R) Pentium(R) Dual CPU E2180 @ 2.00GHz Debian Stable Linux version 6.1.0-13-amd64 ([email protected]) (gcc- 12 (Debian 12.2.0-14) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) #1 SMP PREEMP T_DYNAMIC Debian 6.1.55-1 (2023-09-29)

What steps will reproduce the bug?

dgraph alpha -v2

Expected behavior and actual result.

expect Launch of alpha node but exit on error

Additional information

in ee/keys.go GetKeys return always an error

in dgraph/cmd/alpha/run.go line 657 the err is send to x.Chek which exit directly May be is an error to call ee.GetKeys in oss context or onlyr return error in ee/keys.go il flag --acl is set

BertrandB21 avatar Nov 04 '23 17:11 BertrandB21

This issue has been stale for 60 days and will be closed automatically in 7 days. Comment to keep it open.

github-actions[bot] avatar Jul 13 '24 01:07 github-actions[bot]

@ryanfoxtyler Reopen for tracking vs. fix mentioned in https://discuss.dgraph.io/t/constructive-criticism-on-issue-handling/19825/4?u=angryant ?

AngryAnt avatar Mar 28 '25 13:03 AngryAnt