sushy/releasenotes/notes/sessions.yml
Yusef Shaban 9610c06a17 Implement Redfish Sessions
Implement Redfish Sessions because some vendor implementations
have disabled basic auth and require a Redfish Session to access
resources.

This was done by creating the following objects:
SessionService, SessionCollection and Session,
BasicAuth, SessionAuth, SessionOrBasicAuth

Session state is managed internally by ourselves.
Unit tests have been updated accordingly.

Closes-Bug: 1695972
Co-Authored-By: Debayan Ray <debayan.ray@gmail.com>

Change-Id: I6623538383388caf1115a7c100b0f97e73df69d9
2018-01-16 09:24:08 -07:00

7 lines
170 B
YAML

---
features:
- |
Adds "SessionService" and "Sessions" to the library.
- |
Adds the abillity to specify authentication type on creation of root sushy object.