Richard Hagen
Richard Hagen
I also se the LINQ test for Supersets works great, so I'm not sure its worth doing anything with Intersects, especially also with the above alternative... So I'm closing this...
I was just bit by this issue in Chrome and absolutley agree this should be handled in the API Client library... Is there any fix available? Or would RTK team...
Started working on a mind-map-ish of resources https://miro.com/app/board/uXjVI064TDY=/ Based on https://github.com/equinor/radix-private/blob/master/images/Radix-components.drawio.png
@852hamza Sorry, I dont have access (I'm not a contributor)
On that same note, since the project memory is stored in a sqlite db file, how do you solve merge conflicts?
> Hey all! I Found a JWT package within the oauth repo [here](https://github.com/golang/oauth2/blob/master/jwt/jwt.go)! I haven't tried it but I think this could meet our needs?? Both yes and no, the...
Hi, when implementing Keda on our platform we assumed the operator would create tokens as needed when using Workload Identity. We would still love this feature, could the security concerns...
We could leverage the rules `resourceNames` in the cluster role: ```yaml apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole metadata: name: keda-role-token-requester rules: - apiGroups: [""] resources: ["serviceaccounts/token"] verbs: ["create"] resourceNames: ["keda-app"] ``` https://kubernetes.io/docs/reference/access-authn-authz/rbac/#referring-to-resources...