Actions
User story #2204
closedAdd authentication to REST API
Pull Request:
UX impact:
Suggestion strength:
User visibility:
Effort required:
Name check:
Fix check:
Regression:
Description
That API need to have some authentication scheme, easily integrable with Lift.
We found these references:
- http://blog.getintheloop.eu/2011/02/23/http-dispatch-guards-using-partial-function/
- https://groups.google.com/forum/#!topic/liftweb/NOHtPYd5UdA
- https://groups.google.com/d/topic/liftweb/zHWxR9gl8xE/discussion
For a first implementation, we may use something like Basic Auth scheme (no need for a full PKI with certificates at the beginning)
Updated by Jonathan CLARKE over 12 years ago
- Target version changed from 24 to Ideas (not version specific)
Updated by François ARMAND almost 10 years ago
- Description updated (diff)
- Status changed from New to Rejected
As of Rudder 2.7, the external API DO have authentication with token, so closing that one.
Actions