You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when i change user_role := data[input.res.type].user_roles[_] to user_role := data.project.user_roles[_] which is the same since input.res.type is project. i don't know if it's a bug, but it's a feature i want, so i can choose res_type from input
The text was updated successfully, but these errors were encountered:
Thanks for the report. Someone will have to dig in a bit more, this isn't obvious. I think what you're suggesting is alright. (💭 Perhaps it's even related to #5470?)
Version: opa linux client 0.47
res.rego
input.json
command
and it report an error
when i change
user_role := data[input.res.type].user_roles[_]
touser_role := data.project.user_roles[_]
which is the same sinceinput.res.type
isproject
. i don't know if it's a bug, but it's a feature i want, so i can choose res_type from inputThe text was updated successfully, but these errors were encountered: