You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, users are allowed to have only a single token.
This has a number of limitations:
Users may want to use tokens for different use cases. Re-using the same token in multiple places increases the security surface area and maintenance burden during rotation.
The API is not very RESTful, making it difficult for tools like Terraform to manage them. For example, only the current user can access a token's value or regenerate it - so terraform can't manage tokens on behalf of other users.
This feature is to allow multiple API Tokens per user (including System Users), with the ability to add a description for each token, and the usual CRUD capabilities.
The text was updated successfully, but these errors were encountered:
Currently, users are allowed to have only a single token.
This has a number of limitations:
This feature is to allow multiple API Tokens per user (including System Users), with the ability to add a description for each token, and the usual CRUD capabilities.
The text was updated successfully, but these errors were encountered: