Login route with jwt token forwarding

I’m testing an upgrade to readonlyrest_kbn_enterprise-1.19.0_es7.5.1.zip.
It seems as the /login route with JWT is no longer working.

We are running with server base path /_plugin/kibana.

This example URI now returns a 404:
http://kibana:5601/_plugin/kibana/login?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiYWRtaW4iOnRydWV9.TJVA95OrM7E2cBab30RMHrHDcEfxjoYZgeFONFh7HgQ

What is that “_plugin/kibana” path? Normally it’s just http://kibana:5601/login?

Ah, thank you sscarduzio, on another look, its seems that rewriteBasePath was changed from the default of false to true.

Thanks for a great product!

1 Like

:sweat_smile: Phew! Haha
No problem Joe, happy to help!