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
On some new Gen10 servers (ILO5) I found "new features" (for me) such as decommission or web-based intelligent provisioning (which is really great). But.. It doesn't work for my user added with hpilo_cli because there are privileges missing.
Another way would be to support to use roles. I'm not sure if roles are actually a user property or just a copy of set of privs from another user.
"In iLO 5 1.40 and later, you can use RoleId to create users with specific starting privileges."
Please let me know I can help in any way.
The text was updated successfully, but these errors were encountered:
Hi,
On some new Gen10 servers (ILO5) I found "new features" (for me) such as decommission or web-based intelligent provisioning (which is really great). But.. It doesn't work for my user added with hpilo_cli because there are privileges missing.
I'm adding like this:
This gives a user like this:
Note the missing privileges for:
I tried adding the privs I found in https://github.com/HewlettPackard/ilo-rest-api-docs/blob/master/source/includes/_ilo5_accountservice.md#roles-and-privileges
such as "HostBIOSConfigPriv" -> host_bios_config_priv but I think these are all "hardcoded" in python-hpilo, right?
Could this be supported?
Another way would be to support to use roles. I'm not sure if roles are actually a user property or just a copy of set of privs from another user.
"In iLO 5 1.40 and later, you can use RoleId to create users with specific starting privileges."
Please let me know I can help in any way.
The text was updated successfully, but these errors were encountered: