https://cerbos.dev logo
Title
m

Matthew Ebeweber

11/28/2022, 4:55 PM
Hi there (been a bit 😛), I'm seeing a bug on v23 that I'm not seeing on v22 and am curious on how to further debug. The Plan Resources endpoint is throwing the following error.
error evaluating condition "P.attr.userQid == R.id": no such attribute: id: 6, attributes: [0x40099161b0 0x4009916150]
{
  "id": "qid::link_token:link-token-foo",
  "roles": [
    "LINK_TOKEN_RESET_PASSWORD"
  ],
  "attr": {
    "userQid": "qid::user:user-foo"
  }
}
c

Charith (Cerbos)

11/28/2022, 5:08 PM
Thanks for reporting, That doesn't seem right. We'll take a look.
m

Matthew Ebeweber

11/28/2022, 5:23 PM
Thanks for the speedy response Charith! Let me know if you need anything here 🙂
c

Charith (Cerbos)

11/29/2022, 7:27 AM
Hey, this is a bug we accidentally introduced while fixing another bug 🤦‍♂️ It's fixed now. We'll cut a release containing the fix as soon as possible. Thanks for reporting the issue.
m

Matthew Ebeweber

11/29/2022, 10:37 AM
Sounds good! Thanks for the update!
c

Charith (Cerbos)

11/30/2022, 9:42 AM
Just released 0.23.1 with this fix
m

Matthew Ebeweber

12/01/2022, 6:04 AM
Confirming this worked for us 🙂