|
Post by josephreynolds1 on Aug 5, 2021 14:40:06 GMT
The SessionService (at URI /redfish/v1/SessionService) property "SessionTimeout" controls the idle timeout of Redfish sessions. Is there a similar property to control timeout of HostConsole and ManagerConsole sessions?
Can you confirm this is deliberately not specified and is outside the scope of Redfish?
If I wanted an API, would this be okay? PATCH /redfish/v1/SessionService {"Oem.OpenBMC.ManagerConsole.IdleTimeout": 60}
References: - Per DSP0266 > Security Details > Redfish session login authentication (excerpt): Session management is determined by the implementation of the Redfish service, which includes orphaned session timeout and the management of the number of simultaneous open sessions.
- DSP0268 SessionType
|
|
|
Post by josephreynolds1 on Aug 5, 2021 21:32:17 GMT
Sorry, I missed the SerialConsoleProtocol defined in DSP2046. Is the right direction to add a read/write SessionTimeout property to the SerialConsoleProtocol?
|
|