summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2019-12-16 13:57:52 -0600
committerGunnar Mills <gmills@us.ibm.com>2019-12-19 00:45:00 +0000
commitdda0b83ebe65f7dc90275a649245e85ba3e8b315 (patch)
tree024e49db9941e1535c2d3386ab098421a01512f3
parent6765c07a2831434d7c5bb56a08a15c67adb0c3a2 (diff)
downloadphosphor-webui-dda0b83ebe65f7dc90275a649245e85ba3e8b315.tar.gz
phosphor-webui-dda0b83ebe65f7dc90275a649245e85ba3e8b315.zip
Users: Role Table: Update ssh
https://github.com/openbmc/openbmc/commit/19e81d3f3b731681a57bb5ef9681d33cc291bde8 restricts SSH authentication to only admin role users. Updated the table. Tested: Loaded on a Witherspoon Change-Id: Ice5c93dc6dc4aa937de2c3fb9072c2f81719325c Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
-rw-r--r--app/access-control/directives/role-table.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/access-control/directives/role-table.js b/app/access-control/directives/role-table.js
index d41f452..ec1aa40 100644
--- a/app/access-control/directives/role-table.js
+++ b/app/access-control/directives/role-table.js
@@ -53,7 +53,7 @@ window.angular && (function(angular) {
},
{uiData: ['IPMI access point', check, check, check, '']},
{uiData: ['Redfish access point', check, check, check, '']},
- {uiData: ['SSH access point', check, check, check, '']},
+ {uiData: ['SSH access point', check, '', '', '']},
{uiData: ['WebUI access point', check, check, check, '']},
];
OpenPOWER on IntegriCloud