After upgrade, saved short urls are 401

Hi, I just noticed that after upgrading to 1.10.1 the short urls that we have in our wiki docs result in a 401 unless already logged in. Is this expected? I checked github and couldn’t find any issues like this.
I would expect that this redirects to login if not already logged in.

eg:
$ curl -v “https://kibana.somecompany.com/goto/fc041d2644e7561e8f8ac130c463c0ea

< HTTP/1.1 401 Unauthorized

< cache-control: private, no-cache, no-store, must-revalidate

< Cache-control: no-cache="set-cookie"

< content-type: application/json; charset=utf-8

< Date: Wed, 21 Oct 2020 17:18:14 GMT


{"statusCode":401,"error":"Unauthorized","message":"Authentication required"}

We just ran into this as well… looking for a solution…

With the latest release I do not see this issue any more, @saqi are you using the latest?

Ah no not yet I ll upgrade and test thanks for getting back to me.