Hi guys,
just a small update, two patches for UI plugin REST API
integration [1,2] landed into master branch recently:
* fixing "UI won't auto-logout due to user inactivity" issue:
REST session keep-alive requests are now sent only if there
was an operation (action/query) that refreshed Engine session
* setting REST session timeout to 2 x UserSessionTimeOutInterval:
this to ensure that REST session is always alive as long as the
Engine session is alive, see Einav's detailed gerrit comment [2]
(Jan 9 5:43 PM) for detailed explanation
[1]
http://gerrit.ovirt.org/#/c/36622/
[2]
http://gerrit.ovirt.org/#/c/36737/
TL;DR - REST session for UI plugins should work as expected;
as long as the user is logged in, all UI plugins should be able
to utilize provided REST session.
Regards,
Vojtech