We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d0a202 commit 3628523Copy full SHA for 3628523
src/typegate/src/runtimes/deno/deno.ts
@@ -46,7 +46,7 @@ const predefinedFuncs: Record<
46
internal_policy:
47
() =>
48
({ _: { context } }): PolicyResolverOutput =>
49
- context.provider === "internal" ? "ALLOW" : "DENY",
+ context.provider === "internal" ? "PASS" : "DENY",
50
context_check: ({ key, value }) => {
51
let check: (value: any) => boolean;
52
switch (value.type) {
0 commit comments