|
Post by magesh on Dec 16, 2020 5:34:56 GMT
AccountTypes:"AccountTypes": { "enum": [ "Redfish", "SNMP", "OEM" ], While creating an ManagerAccount, if user provides SNMP only in AccountTypes array, Account should access both SNMP service & Redfish service ? (can perform all HTTP Methods as the normal account). or Account will access only to SNMP services ? (Redfish service should not allow to perform all HTTP Methods as the normal account) So I would like to confirm the actual behavior for usage of AccountTypes properties.Thanks, Magesh
|
|
|
Post by jautor on Dec 20, 2020 17:35:29 GMT
If "SNMP" is the only value in AccountTypes, then that account should only have access to the SNMP services provided (and not to the Redfish service). The purpose of this property is to allow for managing non-Redfish accounts - as many implementations have separate user databases for legacy protocols/services such as SNMP or IPMI.
Jeff
|
|