Aapo Talvensaari
Aapo Talvensaari
@KongGuide and @fairyqb, thank you for contribution. This looks good. I try to find time to test it.
You can also have two arrays: `inject_claims` and `inject_headers` With the first you give claim names and with second you give header names in which to inject claim values.
take a look at: https://github.com/openresty/lua-resty-core/blob/master/lib/ngx/errlog.md#raw_log
> Great work! I think the privileged worker process is something we should utilize more and more in the future for these types of tasks. Yes, next obvious target is...
@lukego do we need similar change in: https://github.com/Kong/kong/blob/master/kong/clustering/wrpc_data_plane.lua (I don't know that code too well).
just a note, instead of deepcopy, LuaJITs table.clone may be enough.
@Simarn I went ahead and rebased this to latest next and force pushed it. Let's see if we get tests green.
I don't think we want this to be configuration option. We just need to do proper thing.
@VicYP, is it possible to add a test case for this? Should be quite straightforward, if I understood correctly?
This needs also be fixed in code.