This message was deleted.
# opal
s
This message was deleted.
👀 1
o
It seems that OPA provides a specific input when executing the system.authz. I’m not 100% sure but I would check if it is possible to store input.identity like
token := input.identity
and importing
system.authz
in your desired rego file.
s
It’s not. Request headers for /v1/data requests aren’t part of input ever — if you need them to be, you’ll have to adjust your HTTP request and include them in the
input
payload.
o
Good to know, thanks @Stephan Renatus !
🙂 1
👏 1
o
Thanks