Graphcool / graphcool-framework

Apache License 2.0
1.78k stars 130 forks source link

Define authentication logic for `gc list` #396

Open marktani opened 6 years ago

marktani commented 6 years ago

Issue by kbrandwijk Sunday Nov 12, 2017 at 02:40 GMT Originally opened as https://github.com/graphcool/prisma/issues/1255


Current behavior gc list requires authentication, because it always tries to list all services in the shared cluster. However, if I only have a local cluster, it shouldn't ask for authentication, or query the shared cluster at all.

Expected behavior? Related to #1100, not sure how it should work yet.