You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment we are using json/user_info endpoint to configure the users on HP servers. Gen10 has a super set of Gen8/9 privileges and seems I can't manage the extra privileges via json/user_info.
But we can see on the UI the more privileges (iLO5 2.3/ProLiant BL460c Gen10):
I need the Host BIOS privilege to be able to do some firmware upgrades. I think I will have to reimplement the user configuration for iLO using Redfish as explained in the docs.
The text was updated successfully, but these errors were encountered:
@abdrabo#214 adds in support for a Redfish provider, if you'd like to take a stab at it,
note: its based on the newer bmclib interface and would require some effort porting the provider methods.
At the moment we are using json/user_info endpoint to configure the users on HP servers. Gen10 has a super set of Gen8/9 privileges and seems I can't manage the extra privileges via json/user_info.
But we can see on the UI the more privileges (iLO5 2.3/ProLiant BL460c Gen10):
I need the
Host BIOS
privilege to be able to do some firmware upgrades. I think I will have to reimplement the user configuration for iLO using Redfish as explained in the docs.The text was updated successfully, but these errors were encountered: