Skip to content

Commit a128379

Browse files
committed
note on permissions
1 parent 7277e92 commit a128379

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/_kong_plugins/degraphql/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,9 @@ The following sections define some common patterns for DeGraphQL routes.
9292
Only include the custom portion of the path that you want to configure. For example: `uri: /my-path`, but not `uri: /graphql/my-path`.
9393
> - The content in the `query` field should follow [the GraphQL query syntax](https://graphql.org/learn/queries/).
9494
95+
Creating a `degraphql_route` requires access to the `/services/*/degraphql/routes` endpoint.
96+
Because this endpoint does **not** appear in Kong Manager by default, users with **custom roles** must be explicitly granted permission to it.
97+
9598
### GraphQL query variables on URIs
9699

97100
GraphQL query variables can be applied on URIs.

0 commit comments

Comments
 (0)