You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello thanks for building and supporting this awesome piece of software 🤗
I've being poking with this DB to build a POC and deploy it to prod. Any prod deploy MUST ensure a protected API protection, where OIDC/Oauth2 is a de-facto standard today.
However, as of DGraph v24.0.5 I built a protected schema, but was able to drop my database with an unprotected call 🤦
Hello thanks for building and supporting this awesome piece of software 🤗
I've being poking with this DB to build a POC and deploy it to prod. Any prod deploy MUST ensure a protected API protection, where OIDC/Oauth2 is a de-facto standard today.
However, as of
DGraph v24.0.5
I built a protected schema, but was able to drop my database with an unprotected call 🤦Here's my protected schema as per your docs:
And I've been able to drop all with the following call:
Would you accept a PR which
golang-jwt/v5
lib ?Thanks in advance and thanks for
DGraph
again 😄Environment:
OS: Ubuntu 24.04
Dgraph: v24.0.5
Kubernetes: 1.32.0
dgraph-js-http: 23.0.0-rc1
The text was updated successfully, but these errors were encountered: