We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Updating schema over /admin/endpoint with a dash separated subdomain fails and results in the below error.
/admin/endpoint
{ "errors": [ { "message": "resolving updateGQLSchema failed because invalid character 'p' after top-level value (Locations: [{Line: 3, Column: 4}])", "extensions": { "code": "Error" } } ] }
The following url would work in v23 and migrating to v24.0.5 schema validation threw an error:
# Dgraph.Authorization {"jwkurl": "https://dash-seperated-subdomain-api.example.com/.well-known/jwks"}
Add a subdomain such as to the schema.graphql file and update the schema over the /admin/schema endpoint.
schema.graphql
/admin/schema
this behavior is the same when using multiple urls as in
# Dgraph.Authorization {"jwkurls": ["https://dash-seperated-subdomain-api.example.com/.well-known/jwks"]}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
JWKS URL Parsing
Updating schema over
/admin/endpoint
with a dash separated subdomain fails and results in the below error.The following url would work in v23 and migrating to v24.0.5 schema validation threw an error:
To Reproduce
Add a subdomain such as to the
schema.graphql
file and update the schema over the/admin/schema
endpoint.this behavior is the same when using multiple urls as in
The text was updated successfully, but these errors were encountered: