pkg/server: /demologin
doesn't redirect, doesn't provide multitenant-encoded cookie
#98253
Labels
A-observability-inf
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
Describe the problem
When I use the
/demologin
endpoint, many times I am still returned to the login page. On the occasions that it does work, I noticed that thesession
cookie isn't in the multitenant format (e.g. no encoded tenant name(s), and only a single session).To Reproduce
Run
./cockroach demo --multitenant=true
and use the provided/demologin
link. Note the above stated behavior.Expected behavior
The user should be logged in with a multitenant session cookie.
Jira issue: CRDB-25153
Epic: CRDB-12100
The text was updated successfully, but these errors were encountered: