From 3fb1ca58c7f9aadbd3f9fdb1015d3d7dda07cd37 Mon Sep 17 00:00:00 2001 From: Patrik Date: Thu, 23 Feb 2023 16:00:00 +0100 Subject: [PATCH] autogen: pin v0.11.0-alpha.0.pre.1 release commit --- .schema/config.schema.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.schema/config.schema.json b/.schema/config.schema.json index db483ffe6..b70cb21b0 100644 --- a/.schema/config.schema.json +++ b/.schema/config.schema.json @@ -311,10 +311,10 @@ "enum": ["cpu", "mem", ""] }, "log": { - "$ref": "https://raw.githubusercontent.com/ory/x/v0.0.496/logrusx/config.schema.json" + "$ref": "https://raw.githubusercontent.com/ory/x/v0.0.541/logrusx/config.schema.json" }, "tracing": { - "$ref": "https://raw.githubusercontent.com/ory/x/v0.0.496/tracing/config.schema.json" + "$ref": "https://raw.githubusercontent.com/ory/x/v0.0.541/tracing/config.schema.json" }, "namespaces": { "description": "Namespace configuration or it's location.", @@ -347,8 +347,14 @@ "file:///etc/configs/keto_namespaces.ts", "ws://my.websocket.server/keto_namespaces.ts" ] + }, + "experimental_strict_mode": { + "type": "boolean", + "title": "Strict permission checking mode", + "description": "EXPERIMENTAL: If strict mode is enabled, then relation tuples for permits are not checked directly (but the rewrites are applied). Similarly, subject sets are only expanded if they were declared with SubjectSet<...>. These stricter rules result in much faster checks with fewer queries to the underlying database. The behavior of strict mode might change while it is experimental." } }, + "additionalProperties": false, "required": ["location"] } ]