Feature #1301
closedConsider adding a per-user API key
Description
Many Rails apps support authentication via a per user API key. If it's not too much work, we may wish to add this as an option.
Files
Updated by Ohad Levy over 12 years ago
- Target version set to 1.1
would the oauth implementation would suffice ?
Updated by Brian Gupta over 12 years ago
Welll.. As I understand, Oauth is to allow external auth sources. (You need a third party oauth trusted authentication source, no?)
When I created this ticket, I was thinking of a native API key, that each user could generate and revoke for their own accounts, so they didn't have to bake their pw into scripts and what not... (Correct me if I am misunderstanding what you are proposing with Oauth).
Updated by alan mcginlay about 12 years ago
- File api_token.png api_token.png added
The way gitlab manages it would be ideal. Example api request:
GET http://example.com/api/v2/projects?private_token=QVy1PB7sTxfy4pqfZM1U
That would list out all the projects which the user with that private token has access to.
Updated by Dominic Cleal almost 11 years ago
- Has duplicate Feature #4331: allow for per-user oauth api keys added
Updated by Dominic Cleal almost 11 years ago
- Related to Feature #1576: Implement oauth authentication and authorization added
Updated by Dominic Cleal almost 11 years ago
- Subject changed from Consider adding an API key to Consider adding a per-user API key
Updated by Dominic Cleal about 10 years ago
- Related to Feature #8016: Ability to use tokenized authentication to hammer in lieu of username/password in configuration file. added
Updated by Dominic Cleal almost 10 years ago
- Related to Feature #8852: add token-based authentication feature for API added
Updated by Dominic Cleal almost 8 years ago
- Related to Bug #18245: Enabling OAuth is too dangerous added
Updated by Timo Goebel over 7 years ago
- Status changed from New to Assigned
- Assignee set to Timo Goebel
Updated by The Foreman Bot over 7 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/4597 added
Updated by Timo Goebel about 7 years ago
- Related to Feature #21394: add an api for personal access tokens added
Updated by Rahul Bajaj over 4 years ago
- Status changed from Ready For Testing to Closed
Updated by The Foreman Bot over 4 years ago
- Pull request https://github.com/theforeman/foreman/pull/7806 added
Updated by Kamil Szubrycht about 4 years ago
- Related to Feature #31080: Add UI for managing Personal Access Tokens added
Updated by Kamil Szubrycht about 4 years ago
- Pull request deleted (
https://github.com/theforeman/foreman/pull/7806)