graylog2-server icon indicating copy to clipboard operation
graylog2-server copied to clipboard

Block API Browser UI if current user is not logged in

Open patrickmann opened this issue 3 years ago • 1 comments

The API Browser UI is available at a well-known URL, e.g.: https://graylog-test43.dev.torch.sh/api/api-browser/global/index.html

While you cannot call any of the APIs without being logged in (with the necessary permissions), we should not even render the UI if the user is not logged in.

patrickmann avatar Aug 25 '22 11:08 patrickmann

We could implement a redirect to the normal Graylog login page.

boosty avatar Sep 15 '22 09:09 boosty