Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support multiple tokens per user #87

Open
mefellows opened this issue Jan 8, 2023 · 2 comments
Open

Support multiple tokens per user #87

mefellows opened this issue Jan 8, 2023 · 2 comments

Comments

@mefellows
Copy link
Contributor

Currently, users are allowed to have only a single token.

This has a number of limitations:

  1. 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.
  2. 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.

@mefellows
Copy link
Contributor Author

/jira ticket

@github-actions
Copy link

👋 Thanks, Jira [PACT-531] ticket created.

@mefellows mefellows moved this to Themes / Exploring (>12 months) in Pactflow Roadmap Jul 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Themes / Exploring (>12 months)
Development

No branches or pull requests

1 participant