I’m looking to use DGraph as part of my Apollo Federation. I’m currently running DGraph on GKE, not using Cloud.
What I’d like is to be able to hide to add/update/delete mutations from the outside, perhaps authenticating them with an API key so they can be accessible to my backend services.
I saw this, but it seems to be only referring to cloud: https://dgraph.io/docs/cloud/admin/authentication/
What is the best way to accomplish what I’m looking for?