Joe Portner

Results 12 comments of Joe Portner

It's a good point and it's always bothered me. There are actually _three_ encryption keys: * `xpack.security.encryptionKey` - found in [Configure security in Kibana](https://www.elastic.co/guide/en/kibana/current/using-kibana-with-security.html#security-configure-settings) * `xpack.reporting.encryptionKey` - found in [Reporting...

I think I know the problem, [TIL that cookies are not isolated for different ports on the same host](https://stackoverflow.com/questions/1612177/are-http-cookies-port-specific#:~:text=Similarly%2C%20cookies%20for%20a%20given,content%20retrieved%20via%20different%20ports.&text=Cookies%20do%20not%20provide%20isolation%20by%20port.). This is unfortunately a browser problem, not a Kibana problem. But...

> What if multiple Kibana instances are behind a web proxy? Are there any implicates for ESS/ECE service proxy routing to different Kibana instances? > ... > I assume sticky...

> It's an interesting idea to automatically change the cookie name, but I'm not sure we want to attempt to do that. ... I'll add, (3) If you have multiple...

Hi @rahuldimri, thanks for asking! Let me rephrase what I was suggesting above to be a bit less confusing: You can set up two separate Kibana instances on the same...

I think this is the same root cause as #1231, which I just ran into. It seems that when the response stream has an error, neither the `end` or `error`...

> Can you think of anything that would prevent this being released as a new patch version? Good question! The existing approach that sets this property using the `=` operator...

@LinusU if you don't have any other concerns, would you be willing to merge/release this change? 🙏

I ran into this problem again with another package that includes `source-map-support` in its distributable, so I thought I would come back and give this PR a friendly bump 😄...

> Thanks for the detailed analysis. I think this been raised here before, or perhaps at one of my other libs. Sure thing! > Can you say anything about how...