I’m considering using Dgraph in various environments: local development with docker, Dgraph Slash and Dgraph Cloud.
I want to restrict access only to authorized sources.
Is there a common authentication mechanism valid for all environments? I have seen that in Dgraph Slash I can create API keys, can I use API keys when I install Dgraph by myself or when I will use Dgraph Cloud?
Thanks!