Feature #494
Session tokens to avoid costly authentication
Status: | Closed | Start date: | 02/21/2011 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Carlos Martín | % Done: | 0% | |
Category: | Core & System | |||
Target version: | Release 3.2 - Beta1 | |||
Resolution: | fixed | Pull request: |
Description
When using external authentication mechanisms (e.g. LDAP), the authentication process can be computationally expensive. OpenNebula should introduce session tokens which are returned on successful authentication and which can be used instead of full authentication information for subsequent calls to make authentication more efficient.
Associated revisions
History
#1 Updated by Ruben S. Montero over 9 years ago
- Target version set to Release 3.2 - Beta1
#2 Updated by Ruben S. Montero over 9 years ago
- translation missing: en.field_story_points set to 0
#3 Updated by Ruben S. Montero over 9 years ago
- Category set to Core & System
- Status changed from New to Closed
- Assignee set to Carlos Martín
- Resolution set to fixed
This has been implemented as for OpenNebula 3.2 S1. The feature is driver agnostic so it is functional for any underlying driver.