summaryrefslogtreecommitdiffstats
path: root/redfish-core/lib/managers.hpp
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2020-01-29 15:21:30 -0600
committerGunnar Mills <gmills@us.ibm.com>2020-02-10 18:34:06 +0000
commit3c5a376e005d97f5d586c5aa163267eb3b0381aa (patch)
treee48d30abe9e3c51041ad58c361668376b8abc62c /redfish-core/lib/managers.hpp
parent6f44b7524f1d48d009ec87b1309481c7905b13b4 (diff)
downloadbmcweb-3c5a376e005d97f5d586c5aa163267eb3b0381aa.tar.gz
bmcweb-3c5a376e005d97f5d586c5aa163267eb3b0381aa.zip
Update AccountService Privilege
"GET" should be a "Login" Privilege for the AccountService resource. This makes sense, a "Readonly" and "Operator" user should be able to see properties like MaxPasswordLength and MinPasswordLength since they are allowed to change their own password. This was changed in Redfish 2019.3, redfish issue 1914 explains more. From Redfish_1.0.4_PrivilegeRegistry.json: "Entity": "AccountService", "OperationMap": { "GET": [ { "Privilege": [ "Login" ] } ], "HEAD": [ { "Privilege": [ "Login" ] } ], "PATCH": [ { "Privilege": [ "ConfigureUsers" ] } ], "PUT": [ { "Privilege": [ "ConfigureUsers" ] } ], "DELETE": [ { "Privilege": [ "ConfigureUsers" ] } ], "POST": [ { "Privilege": [ "ConfigureUsers" ] } ] Change-Id: Iab8acbac97a58aed865bf94f665d6c9a32de81dd Tested: Build for Witherspoon and AccountService looks good. Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
Diffstat (limited to 'redfish-core/lib/managers.hpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud