Graylog2 / documentation

Archived Graylog documentation. See https://docs.graylog.org/ for the new documentation.
http://archivedocs.graylog.org/
Other
146 stars 246 forks source link

Out of date API Tokens page #1099

Open danotorrey opened 3 years ago

danotorrey commented 3 years ago

Context

The docs for creating and managing API tokens in Graylog are out of date.

https://docs.graylog.org/en/4.0/pages/configuration/rest_api.html?highlight=token#creating-and-using-access-token

In the latest release of Graylog, API tokens are no longer copyable to the clipboard once created. This is to improve security. The token is only available once it is created for the first time. Then, after that, it cannot be retrieved again through the user interface.

Expected Content

The docs still show the old token management where tokens can be copied from the clipboard. They need to be updated to the new UI. For example

image

Your Environment

edmundoa commented 3 years ago

I also saw this while debugging an issue during testing day. I think we should also add a usage example to make it easier for a user to get started with them.