Skip to content

Commit

Permalink
Merge branch 'master' into hperl/exp/grpc-gateway
Browse files Browse the repository at this point in the history
  • Loading branch information
hperl authored Feb 23, 2023
2 parents e588023 + 3fb1ca5 commit e180cbb
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .schema/config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down Expand Up @@ -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"]
}
]
Expand Down

0 comments on commit e180cbb

Please sign in to comment.