Rpc error: code = Unknown desc = invalid username or password

I am trying to connect to dGraph using grpc from Golang.

But always getting invalid username or password for groot and password.

My Dgraph is running on Minikube and I have forwarded the port.

Please let me know how I can create a new username and password or how to get the existing pass and uname.

Thanks,
Akhil

Hey @akhilravuri1,

Can you verify that your alpha has Access Control Lists enabled? If so, I recommend you try running a simple cluster standalone and try your dgo code against that (just to eliminate the k8s variable).

No, My ACL are disabled.