How to mask certain fields in opa http response ? #168
Unanswered
um3sh
asked this question in
OPA and Rego
Replies: 1 comment 1 reply
-
There is no masking for the data API, but you'd typically query for a rule: add /allow to the request path, like in this example:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am able to mask sensitive data in decision logs but not in the http response, eg:
I want to use temporary variables in policy file like
foo
which stores some sensitive data but that is returned in theresult
payload.policy
policy_log.rego
How do I mask some fields in
/v1/data/
response ?Beta Was this translation helpful? Give feedback.
All reactions