From 8ef7e22ff2e02e8b8d25075256b66a1e9823163b Mon Sep 17 00:00:00 2001 From: Rikin Kachhia <54616969+rikinsk@users.noreply.github.com> Date: Thu, 4 Jul 2024 14:00:25 +0530 Subject: [PATCH] docs: add config reference for disabling native query validation PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10911 GitOrigin-RevId: a604109cb1b56f16a6cdbb16cd237a99ec2eaa30 --- .../graphql-engine-flags/reference.mdx | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/docs/docs/deployment/graphql-engine-flags/reference.mdx b/docs/docs/deployment/graphql-engine-flags/reference.mdx index 95d141a87ea..ab26a0c57a4 100644 --- a/docs/docs/deployment/graphql-engine-flags/reference.mdx +++ b/docs/docs/deployment/graphql-engine-flags/reference.mdx @@ -355,6 +355,21 @@ headers on any request. | **Default** | `false` | | **Supported in** | CE, Enterprise Edition | + +### Disable Native Query validation + +Disable validation of Native Queries against the database. + +| | | +| ------------------- | --------------------------------------------------- | +| **Flag** | `--disable-native-query-validation` | +| **Env var** | `HASURA_GRAPHQL_DISABLE_NATIVE_QUERY_VALIDATION` | +| **Accepted values** | Boolean | +| **Options** | `true` or `false` | +| **Default** | `false` | +| **Supported in** | CE, Enterprise Edition, Cloud | + + ### Dynamic Secrets Allowed Path Prefix Enables the ability to source Postgres connection strings from files on disk using @@ -1117,7 +1132,7 @@ List of third-party identity providers to enable Single Sign-on authentication f | **Accepted values** | JSON array of objects (containing identity provider configs and the JWK used for verification) | | **Default** | `null` | | **Example** | `[{\"client_id\": \"\", \"name\": \"\", \"scope\": \"openid\", \"authorization_url\": \"\", \"request_token_url\": \"\", \"admin_roles\": [\"admin\"], \"jwt_secret\": {\"type\": \"RS256\", \"jwk_url\": \"https://...\", \"issuer\": \"myapp\"}}]` | -| **Supported in** | EE | +| **Supported in** | Enterprise Edition | ### Skip Arguments with `null` Values for Remote Schema @@ -1240,7 +1255,7 @@ Add SQL and GraphQL queries to the OTLP traces. | **Accepted values** | Boolean | | **Options** | `true` or `false` | | **Default** | `false` | -| **Supported in** | CE, Enterprise Edition | +| **Supported in** | Enterprise Edition, Cloud | ### Unauthorized Role