Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(multi-tenancy): Make GraphQL work with multiple namespaces #7400

Merged
merged 67 commits into from
Feb 10, 2021
Merged
Show file tree
Hide file tree
Changes from 48 commits
Commits
Show all changes
67 commits
Select commit Hold shift + click to select a range
d49d4f4
Add subscription changes
ahsanbarkati Jan 28, 2021
718b147
Working schema subscription
ahsanbarkati Feb 2, 2021
c7e3493
Schema updates working
ahsanbarkati Feb 3, 2021
720342f
Minor fixes
ahsanbarkati Feb 3, 2021
981e227
Schema update works but querying using /admin doesn't yet
pawanrawal Feb 4, 2021
b9307bc
Queries and mutations work on different namespaces after updating schema
pawanrawal Feb 5, 2021
a01a38f
Remove schema history and make admin getSchemaQuery work
pawanrawal Feb 5, 2021
2f2e1d2
make code compile
pawanrawal Feb 5, 2021
265462e
Use remote badger version
pawanrawal Feb 5, 2021
b5740b7
Fix test compilation failures
pawanrawal Feb 5, 2021
e13b270
Make existing tests pass by updating the globalEpoch for a namespace
pawanrawal Feb 5, 2021
716e33b
added graphql tests
JatinDev543 Feb 8, 2021
7c2ebe7
Fix panic on getGQLSchema when schema for a namespace didn't exist yet
pawanrawal Feb 8, 2021
bfc417f
Make /probe/graphql respect namespaces and return the correct counter…
pawanrawal Feb 8, 2021
c070e42
Remove extra code which wasn't required
pawanrawal Feb 8, 2021
1dd5750
add header for probe/graphql and changed test
JatinDev543 Feb 8, 2021
238d5e1
Merge remote-tracking branch 'origin/ahsan/subscription' into ahsan/s…
JatinDev543 Feb 8, 2021
1af5b56
Read namespace for subscriptions from connection Params instead of ht…
pawanrawal Feb 8, 2021
384b4d2
Merge branch 'ahsan/subscription' of github.com:dgraph-io/dgraph into…
pawanrawal Feb 8, 2021
d8f3336
Pass namespace to context to make subscriptions work
pawanrawal Feb 8, 2021
e2d33c3
refactor "namespace" header name
abhimanyusinghgaur Feb 8, 2021
8a21536
Merge branch 'ahsan/subscription' of github.com:dgraph-io/dgraph int…
abhimanyusinghgaur Feb 8, 2021
8fe65dc
fix build error in test
JatinDev543 Feb 9, 2021
9803b6e
Merge branch 'ibrahim/multitenancy' into ahsan/subscription
pawanrawal Feb 9, 2021
105658e
Regenerate pb
ahsanbarkati Feb 9, 2021
74d3558
Fix more conflicts
pawanrawal Feb 9, 2021
164eb53
Make some more changes to read the namespace from the JWT instead of …
pawanrawal Feb 9, 2021
2ed855b
Subscriptions work too
pawanrawal Feb 9, 2021
01a841c
make oss works again
pawanrawal Feb 9, 2021
8f43188
add lazy loading
abhimanyusinghgaur Feb 9, 2021
01e1835
Dont check accessJwt if acl is not enabled
pawanrawal Feb 9, 2021
0e73efc
Fix TestPoorManAuth test
pawanrawal Feb 9, 2021
10fbc3f
Correctly handle login input so that it works for variables as well
pawanrawal Feb 9, 2021
a734393
remove logs
abhimanyusinghgaur Feb 9, 2021
1bf79f3
Fix error in a test
pawanrawal Feb 9, 2021
d248dd0
Skip some tests
pawanrawal Feb 9, 2021
8c3c3d8
Merge branch 'ahsan/subscription' of github.com:dgraph-io/dgraph into…
abhimanyusinghgaur Feb 9, 2021
efbf6e8
Merge branch 'ahsan/subscription' of github.com:dgraph-io/dgraph into
abhimanyusinghgaur Feb 9, 2021
675f5ed
refactor namespace usage in HTTP
abhimanyusinghgaur Feb 9, 2021
cfe8e6f
skip auth_closed_by defaULT TEST
JatinDev543 Feb 9, 2021
1224561
Merge branch 'ahsan/subscription' of github.com:dgraph-io/dgraph into…
JatinDev543 Feb 9, 2021
6e4e448
refactor schema tests for multi-tenancy
abhimanyusinghgaur Feb 9, 2021
baf296e
Merge branch 'ahsan/subscription' of github.com:dgraph-io/dgraph into…
abhimanyusinghgaur Feb 9, 2021
fe10021
Skip CORS test for now
pawanrawal Feb 9, 2021
9404a7c
skip regexp_with_toggled_trigram_index
JatinDev543 Feb 9, 2021
a655194
skip regexp_with_toggled_trigram_index
JatinDev543 Feb 9, 2021
b3ac001
Merge remote-tracking branch 'origin/ahsan/subscription' into ahsan/s…
JatinDev543 Feb 9, 2021
84d627f
change export test schema
JatinDev543 Feb 9, 2021
12547cd
fix acl_cache_test and export test
NamanJain8 Feb 9, 2021
0b1c8d0
fix worker package tests
NamanJain8 Feb 10, 2021
0c4d11f
fix query package tests
NamanJain8 Feb 10, 2021
e6ee620
fixes for multi-tenancy GraphQL schema tests
abhimanyusinghgaur Feb 10, 2021
1a27cf5
Merge branch 'ahsan/subscription' of github.com:dgraph-io/dgraph into…
abhimanyusinghgaur Feb 10, 2021
33ee1f8
fix posting package tests
NamanJain8 Feb 10, 2021
0c3b446
remove un-necessary code
abhimanyusinghgaur Feb 10, 2021
4cbaeb6
Merge branch 'ahsan/subscription' of github.com:dgraph-io/dgraph into…
abhimanyusinghgaur Feb 10, 2021
dd1958e
review comments from Ahsan
abhimanyusinghgaur Feb 10, 2021
b95eea4
fix bad merge
abhimanyusinghgaur Feb 10, 2021
d04cbd1
minor fix
NamanJain8 Feb 10, 2021
874eea8
Merge branch 'ahsan/subscription' of github.com:dgraph-io/dgraph into…
NamanJain8 Feb 10, 2021
d00e35f
refactor `query getNewNamespace` to `mutation addNamespace`
abhimanyusinghgaur Feb 10, 2021
9ce4b20
Merge branch 'ahsan/subscription' of github.com:dgraph-io/dgraph into…
abhimanyusinghgaur Feb 10, 2021
ace5649
fix my mistake
abhimanyusinghgaur Feb 10, 2021
1529ba7
better test debugging
abhimanyusinghgaur Feb 10, 2021
c7b0386
Merge branch 'ibrahim/multitenancy' into ahsan/subscription
pawanrawal Feb 10, 2021
c66f656
skip a test and return error if admin is called without an access-tok…
pawanrawal Feb 10, 2021
e1208c8
Remove the error
pawanrawal Feb 10, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion dgraph/cmd/alpha/http.go
Original file line number Diff line number Diff line change
Expand Up @@ -642,8 +642,9 @@ func resolveWithAdminServer(gqlReq *schema.Request, r *http.Request,
ctx = x.AttachAccessJwt(ctx, r)
ctx = x.AttachRemoteIP(ctx, r)
ctx = x.AttachAuthToken(ctx, r)
ctx = x.AttachJWTNamespace(ctx)

return adminServer.Resolve(ctx, gqlReq)
return adminServer.ResolveWithNs(ctx, 0, gqlReq)
}

func writeSuccessResponse(w http.ResponseWriter, r *http.Request) {
Expand Down
47 changes: 35 additions & 12 deletions dgraph/cmd/alpha/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ import (
"net/url"
"os"
"os/signal"
"strconv"
"strings"
"sync/atomic"
"syscall"
Expand Down Expand Up @@ -462,14 +463,23 @@ func setupServer(closer *z.Closer) {
// Implementation for server exit:
// The global epoch is set to maxUint64 while exiting the server.
// By using this information polling goroutine terminates the subscription.
globalEpoch := uint64(0)
globalEpoch := make(map[uint64]*uint64)
e := new(uint64)
atomic.StoreUint64(e, 0)
globalEpoch[x.GalaxyNamespace] = e
var mainServer web.IServeGraphQL
var gqlHealthStore *admin.GraphQLHealthStore
// Do not use := notation here because adminServer is a global variable.
mainServer, adminServer, gqlHealthStore = admin.NewServers(introspection, &globalEpoch, closer)
baseMux.Handle("/graphql", mainServer.HTTPHandler())
baseMux.HandleFunc("/probe/graphql", func(w http.ResponseWriter,
r *http.Request) {
mainServer, adminServer, gqlHealthStore = admin.NewServers(introspection,
globalEpoch, closer)
baseMux.HandleFunc("/graphql", func(w http.ResponseWriter, r *http.Request) {
namespace := x.ExtractNamespaceHTTP(r)
r.Header.Set("resolver", strconv.FormatUint(namespace, 10))
admin.LazyLoadSchema(namespace)
mainServer.HTTPHandler().ServeHTTP(w, r)
})

baseMux.HandleFunc("/probe/graphql", func(w http.ResponseWriter, r *http.Request) {
healthStatus := gqlHealthStore.GetHealth()
httpStatusCode := http.StatusOK
if !healthStatus.Healthy {
Expand All @@ -478,14 +488,25 @@ func setupServer(closer *z.Closer) {
w.Header().Set("Content-Type", "application/json")
x.AddCorsHeaders(w)
w.WriteHeader(httpStatusCode)
e = globalEpoch[x.ExtractNamespaceHTTP(r)]
var counter uint64
if e != nil {
counter = atomic.LoadUint64(e)
}
x.Check2(w.Write([]byte(fmt.Sprintf(`{"status":"%s","schemaUpdateCounter":%d}`,
healthStatus.StatusMsg, atomic.LoadUint64(&globalEpoch)))))
healthStatus.StatusMsg, counter))))
})
baseMux.HandleFunc("/admin", func(w http.ResponseWriter, r *http.Request) {
r.Header.Set("resolver", "0")
// We don't need to load the schema for all the admin operations.
// Only a few like getUser, queryGroup require this. So, this can be optimized.
admin.LazyLoadSchema(x.ExtractNamespaceHTTP(r))
allowedMethodsHandler(allowedMethods{
http.MethodGet: true,
http.MethodPost: true,
http.MethodOptions: true,
}, adminAuthHandler(adminServer.HTTPHandler())).ServeHTTP(w, r)
})
baseMux.Handle("/admin", allowedMethodsHandler(allowedMethods{
http.MethodGet: true,
http.MethodPost: true,
http.MethodOptions: true,
}, adminAuthHandler(adminServer.HTTPHandler())))

baseMux.Handle("/admin/schema", adminAuthHandler(http.HandlerFunc(func(
w http.ResponseWriter,
Expand Down Expand Up @@ -559,7 +580,9 @@ func setupServer(closer *z.Closer) {
defer admin.ServerCloser.Done()

<-admin.ServerCloser.HasBeenClosed()
atomic.StoreUint64(&globalEpoch, math.MaxUint64)
// TODO - Verify why do we do this and does it have to be done for all namespaces.
e = globalEpoch[x.GalaxyNamespace]
atomic.StoreUint64(e, math.MaxUint64)

// Stops grpc/http servers; Already accepted connections are not closed.
if err := grpcListener.Close(); err != nil {
Expand Down
12 changes: 12 additions & 0 deletions edgraph/access.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,15 @@ func AuthorizeGuardians(ctx context.Context) error {
// always allow access
return nil
}

func AuthGuardianOfTheGalaxy(ctx context.Context) error {
return nil
}

func upsertGuardian(ctx context.Context) error {
return nil
}

func upsertGroot(ctx context.Context) error {
return nil
}
3 changes: 3 additions & 0 deletions edgraph/access_ee.go
Original file line number Diff line number Diff line change
Expand Up @@ -1040,6 +1040,9 @@ func authorizeSchemaQuery(ctx context.Context, er *query.ExecutionResult) error
}

func AuthGuardianOfTheGalaxy(ctx context.Context) error {
if !x.WorkerConfig.AclEnabled {
return nil
}
ns, err := x.ExtractJWTNamespace(ctx)
if err != nil {
return errors.Wrap(err, "Authorize guradian of the galaxy, extracting jwt token, error:")
Expand Down
34 changes: 0 additions & 34 deletions edgraph/graphql.go
Original file line number Diff line number Diff line change
Expand Up @@ -179,40 +179,6 @@ func GetCorsOrigins(ctx context.Context) (string, []string, error) {
return corsLast.Uid, corsLast.DgraphCors, nil
}

// UpdateSchemaHistory updates graphql schema history.
func UpdateSchemaHistory(ctx context.Context, schema string) error {
req := &Request{
req: &api.Request{
Mutations: []*api.Mutation{
{
Set: []*api.NQuad{
{
Subject: "_:a",
Predicate: "dgraph.graphql.schema_history",
ObjectValue: &api.Value{Val: &api.Value_StrVal{StrVal: schema}},
},
{
Subject: "_:a",
Predicate: "dgraph.type",
ObjectValue: &api.Value{Val: &api.Value_StrVal{
StrVal: "dgraph.graphql.history"}},
},
},
SetNquads: []byte(fmt.Sprintf(`_:a <dgraph.graphql.schema_created_at> "%s" .`,
time.Now().Format(time.RFC3339))),
},
},
CommitNow: true,
},
doAuth: NoAuthorize,
}
//TODO(Pawan): Make this use right namespace.
ctx = context.WithValue(ctx, IsGraphql, true)
ctx = x.AttachNamespace(ctx, x.GalaxyNamespace)
_, err := (&Server{}).doQuery(ctx, req)
return err
}

// ProcessPersistedQuery stores and retrieves persisted queries by following waterfall logic:
// 1. If sha256Hash is not provided process queries without persisting
// 2. If sha256Hash is provided try retrieving persisted queries
Expand Down
10 changes: 4 additions & 6 deletions edgraph/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -203,12 +203,9 @@ func PeriodicallyPostTelemetry() {

// GetGQLSchema queries for the GraphQL schema node, and returns the uid and the GraphQL schema.
// If multiple schema nodes were found, it returns an error.
func GetGQLSchema() (uid, graphQLSchema string, err error) {
func GetGQLSchema(namespace uint64) (uid, graphQLSchema string, err error) {
ctx := context.WithValue(context.Background(), Authorize, false)
//TODO(Ahsan): There should be a way to getGQLSchema for all the namespaces and reinsert them
// after dropAll. Need to think about what should be the behaviour of drop operations.
ctx = x.AttachNamespace(ctx, x.GalaxyNamespace)

ctx = x.AttachNamespace(ctx, namespace)
resp, err := (&Server{}).Query(ctx,
&api.Request{
Query: `
Expand Down Expand Up @@ -456,8 +453,9 @@ func (s *Server) Alter(ctx context.Context, op *api.Operation) (*api.Payload, er
return empty, errors.Errorf("If DropOp is set to DATA, DropValue must be empty")
}

// TODO - Get GQLSchema for the correct namespace.
// query the GraphQL schema and keep it in memory, so it can be inserted again
_, graphQLSchema, err := GetGQLSchema()
_, graphQLSchema, err := GetGQLSchema(x.ExtractNamespace(ctx))
if err != nil {
return empty, err
}
Expand Down
3 changes: 0 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ module github.com/dgraph-io/dgraph

go 1.12

// replace github.com/dgraph-io/badger/v2 => /home/mrjn/go/src/github.com/dgraph-io/badger
// replace github.com/dgraph-io/ristretto => /home/mrjn/go/src/github.com/dgraph-io/ristretto

require (
contrib.go.opencensus.io/exporter/jaeger v0.1.0
contrib.go.opencensus.io/exporter/prometheus v0.1.0
Expand Down
2 changes: 0 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,6 @@ github.com/dgraph-io/badger v1.6.0 h1:DshxFxZWXUcO0xX476VJC07Xsr6ZCBVRHKZ93Oh7Ev
github.com/dgraph-io/badger v1.6.0/go.mod h1:zwt7syl517jmP8s94KqSxTlM6IMsdhYy6psNgSztDR4=
github.com/dgraph-io/badger/v3 v3.0.0-20210208122220-162b5787192b h1:nD2CjktZ78EClTWWwFhMvVuBxYunKEFLClNkFHGr+aU=
github.com/dgraph-io/badger/v3 v3.0.0-20210208122220-162b5787192b/go.mod h1:ag1DYFcc5xVWtMbbwnl9ESgk1dE2ukWO4hdvzENQnAw=
github.com/dgraph-io/dgo/v200 v200.0.0-20210208072308-4dd991b9b20e h1:3K0Wg/IMUTp4vyCRyD5SlmCYbmVxAz5o6eJvSiS72Gs=
github.com/dgraph-io/dgo/v200 v200.0.0-20210208072308-4dd991b9b20e/go.mod h1:ky1IOcEAlOxmk89KxXGECgRAEkdJrNHVymvCmixaVuM=
github.com/dgraph-io/dgo/v200 v200.0.0-20210208110130-c589adec3d8f h1:XZRsTllGQWUu0SpAb8mGW9motF0KmD7f6UEKa7y2grE=
github.com/dgraph-io/dgo/v200 v200.0.0-20210208110130-c589adec3d8f/go.mod h1:ky1IOcEAlOxmk89KxXGECgRAEkdJrNHVymvCmixaVuM=
github.com/dgraph-io/gqlgen v0.13.2 h1:TNhndk+eHKj5qE7BenKKSYdSIdOGhLqxR1rCiMso9KM=
Expand Down
Loading