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

[ENHANCEMENT]: GraphQL admin service to set Dgraph.Authorization #8909

Open
rderbier opened this issue Jul 18, 2023 · 0 comments
Open

[ENHANCEMENT]: GraphQL admin service to set Dgraph.Authorization #8909

rderbier opened this issue Jul 18, 2023 · 0 comments
Labels
kind/enhancement Something could be better.

Comments

@rderbier
Copy link
Contributor

Use case and current behavior

Authorization config is done through the Dgraph.Authorization comment line in the GraphQL Schema.

With the current solution, renewing the certificate requires the redeployment of the entire Schema which is not perceived as a good solution.

Enhancement

Create an admin endpoint to set the Authorization without deploying the GraphQL schema. This would bring a good separation of concern (dev doing the schema and admin setting the Authentication). It is particularly needed to renew the certificate for the JWT token.

Solution proposal

No response

Links to Discuss, RFC or previous Issues and PRs

No response

Links to examples and research

No response

Additional Information

No response

@rderbier rderbier added the kind/enhancement Something could be better. label Jul 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement Something could be better.
Development

No branches or pull requests

1 participant