Shivansh Yadav
Shivansh Yadav
I'm not sure of it's working how is this returning `true` ```js import { newEnforcer, newModel, MemoryAdapter, EnforceContext } from 'casbin'; const ec = new EnforceContext('r2', 'p2', 'e', 'm2'); const...
> This should be returned `false`, could you work on this? @nodece sorry it should be `m2 = r2.sub == p2.sub && r2.obj == p2.obj && r2.act == p2.act`
how do we plan to integrate it with Hasura? I have tried Hasura cloud once.
@richard-sim do you have any suggestions on how it can be improved?
> Not only is this inefficient, but if rmMap is empty then model.buildRoleLinks() will never be called. but we will have Default Role Manager? if we use role definition in...
Hello, I'm interested in working on this under LFX mentorship!
Hello, I was using this policy to test the issue ```yml apiVersion: kyverno.io/v1 kind: ClusterPolicy metadata: name: mutate-pod-json spec: rules: - name: mutate-pod match: resources: kinds: - Pod mutate: patchesJson6902:...
Can I try working on this issue?
Found this issue from LFX mentorship, I'm interested in contributing!
could it be because of setiing `"es6": true`?