dgraph icon indicating copy to clipboard operation
dgraph copied to clipboard

Add a lambda-acl target

Open rderbier opened this issue 1 year ago • 1 comments

Create a docker image with lambda server and acl enabled. Add a sample lambda files with test functions.

rderbier avatar May 20 '23 00:05 rderbier

Thanks @rderbier for looking into this, it looks good, I just had the one thought above. Also one question, this is not related to your PR since this also happens on the main branch, but when I run make up-with-lambda I see

$ make up-with-lambda
DGRAPH_VERSION=local docker-compose -f docker-compose.yml -f docker-compose-lambda.yml up -d && docker-compose logs --follow alpha zero lambda keepalive
[+] Building 0.0s (0/0)                                                                                                                              
[+] Running 6/6
...
no such service: lambda
make: *** [Makefile:9: up-with-lambda] Error 1

which seems to come down to the command docker-compose logs --follow lambda giving the error. Are you running into this also?

Again, not related to your PR, but if it is an issue I can look into it.

joshua-goldstein avatar May 24 '23 04:05 joshua-goldstein

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

github-actions[bot] avatar Jul 17 '24 14:07 github-actions[bot]