Aapo Talvensaari
Aapo Talvensaari
In general I don't think it is scalable to introduce core changes for a single plugin use cases. Previously we have done this sometimes by introducing a plugin specific environment...
@fffonion, what is the behavior after this change on newly connected client? I think newly connected client may be given `old` configuration.
@JamesRamm, I suppose you are using somekind of authentication method in Postgres? If yes, then what?
Yes, ultimately we want no dependency to `luaossl` and we have removed it from Kong, thus we have this issue. We look how to get this back working without `luaossl`.
There is now a fix waiting for a review / merge in `pgmoon` (after which we need a new release of it too): https://github.com/leafo/pgmoon/pull/117 Meanwhile we can think about other...
@AndyEWang have you tried a more recent version like: `2.8.1`
I feel it could be done. Not sure how hackery is respawning (but I think we were already doing it, perhaps we need to do it twice, once to gather...
We need to add changelog entry for this.
> This will probably require some updates to EE for WebSocket services since we deviate from the regular runloop handler code path in several places (not a problem--just making note...
There seems to be still issues with `protobuf` (or its upgrade with our test suite). Thus I marked this as `do not merge` until the issues are resolved. I do...