Aapo Talvensaari

Results 278 comments of Aapo Talvensaari

At first Kong tried to be transparent regards to urls (https://github.com/Kong/kong/issues/2366#issuecomment-293081846). But then people reported that in some cases it may lead to nasty security issues. E.g. you have configured...

> As per documentation, neg_ttl specifies the time to cache a vault miss. However in the current implementation the secret miss is not cached for this duration and is fetched...

> add an new error entry on failure to cache. We still refresh error caches every minute, but for true missing cache we respect neg_ttl config. Yes, but how to...

> The LRU capacity is fixed and the keys has ttls, so there likely won’t be memory leaks. What about the configuration stickyness issue (just double checking that stickyness is...

@cshuaimin The first commit is ok with me! Thanks!

The growth here doesn't look exponential to me, but quite linear. Also at the end it seems to drop (is that the OOM kill). Am I correct? OOM kill seems...

No need to cherry-pick to EE as it is already here: https://github.com/Kong/kong-ee/pull/10056

Probably some kind of networking issue (perhaps because of Docker or OS changes, firewall?). Seems like Kong cannot connect to PG.

@lgoswami, So it looks like you can connect from host machine, but you cannot connect from kong container.

Interesting. It looks like you had to enter password. Is that also configured when running `kong migrations bootstrap -vv`? E.g. `kong.conf` or `environment variables`? I assume it is. Then we...