Łukasz Kamiński
Łukasz Kamiński
I guess we can provide an array of http properties that users can request in their config file, also JWT. Like ```yml opa.filter.request-include: jwt: encrypted (/decrypted) http: method: true path:...
> The reason to filter out attributes from the original request would be to keep the payload size low? Yes, also some of those might be sensitive and they don't...
So for the first version of this feature I'll go with the following: ```yml --- opa.filter.data.http: method: include: all # or none - by default except: - OPTIONS path: include:...
Yeah, the idea is to have two ways: ```yml include: all except: - something ``` and ```yml include: none except: - something ```