Oldřich Jedlička
Oldřich Jedlička
Is the exception with `NoSuchFieldError` `__opentelemetryVirtualField` fixed in latest version of OTEL Java Instrumentation? We are also seeing this with older version of OTEL Java Instrumentation and Java 25, so...
It seems working. Thanks everyone.
That is strange. There are two calls to `start`, both are on `r_session` (i.e. `r_session.start`), which is assigned on the top of `openidc.lua` to `local r_session = require("resty.session")`. Is this...
If it is really inside `lua-resty-openidc`, then the only explanation I can think of is that `require("resty.session")` returned `nil` for some reason. The call in `lua-resty-openidc` is equivalent to `require("resty.session").start(nil)`.
That is fine and expected. The third return value is called `exists`, which is `false`. The `require("resty.session").open(nil)` call simply tells you that the cookie does not exist, so there is...
I just tried our plugin in custom Kong image based on `kong/kong-gateway:3.8.0.0-ubuntu`, it has `lua-resty-session` 4.0.5 and `lua-resty-openidc` 1.8.0. The following call works without any issues: ``` local restyOpenidc =...
Do you have any more questions? Otherwise I think we can close the issue.
There is now release 1.8.0 of `lua-resty-openidc`, which works with `lua-resty-session` >= 4.0.3. You can give it a try.
@klaases I made few changes to the pull request and re-tested it thoroughly on Windows with Acrylic DNS Proxy (in the forwarding proxy mode - no caching). I set on...
Also it would be good to make DNS_NODATA_DELAY_MS configurable somehow, it is not possible to add nor modify environment variables for PODs.