https://authzed.com logo
Title
n

Noa

08/18/2022, 7:55 PM
Hello! I'm back 😅 . I'm trying to setup the backend to use rds aurora (mysql) I'm getting this error: > {"level":"error","error":"failed to create datastore: NewMySQLDatastore: failed to create connector: invalid DSN: missing the slash separating the database name","time":"2022-08-18T19:50:06Z","message":"terminated with errors"} The only port I have setup is the GRPC port: > - name: "grpc" > containerPort: 50051 > protocol: "TCP" Wondering if I need to setup another port from the example? https://github.com/authzed/examples/blob/main/kubernetes/example.yaml#L133-L146... they seemed to all be for other things, so I left them out.