From 8f030bac11637fcd0a005907b558d7accbff68bd Mon Sep 17 00:00:00 2001 From: Dixsie Wolmers Date: Mon, 7 Dec 2020 13:12:53 -0600 Subject: Add security settings page Adds ability to enable/disable: - SSH protocol - IPMI protocol Signed-off-by: Dixsie Wolmers Change-Id: I2430a46343dd8756ef75fcc3cb068df8d51dd415 --- src/locales/en-US.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) (limited to 'src/locales') diff --git a/src/locales/en-US.json b/src/locales/en-US.json index fb0d45a4..0e28de51 100644 --- a/src/locales/en-US.json +++ b/src/locales/en-US.json @@ -110,6 +110,7 @@ "overview": "@:appPageTitle.overview", "primaryNavigation": "Primary navigation", "rebootBmc": "@:appPageTitle.rebootBmc", + "securitySettings": "@:appPageTitle.securitySettings", "sensors": "@:appPageTitle.sensors", "serialOverLan": "SOL console", "serverLed": "@:appPageTitle.serverLed", @@ -134,6 +135,7 @@ "pageNotFound": "Page not found", "profileSettings": "Profile settings", "rebootBmc": "Reboot BMC", + "securitySettings": "Security settings", "sensors": "Sensors", "serialOverLan": "Serial over LAN (SOL) console", "serverLed": "Server LED", @@ -546,6 +548,33 @@ "successRebootStart": "Rebooting BMC." } }, + "pageSecuritySettings": { + "ipmi": "Network IPMI (out-of-band IPMI)", + "ipmiDescription": "Allow remote management of the platform via IPMI. Tools such as ipmitool require this setting to be enabled.", + "networkServices": "Network services", + "ssh": "SSH port 22 (BMC shell)", + "sshDescription": "SSH access to the BMC's command shell. Disabling this will disable users' ability to connect BMC shell via SSH.", + "modal": { + "disableMessage": { + "ipmi": "Are you sure you want to disable @:pageSecuritySettings.ipmi?", + "ssh": "Are you sure you want to disable @:pageSecuritySettings.ssh?" + }, + "enableMessage": { + "ipmi": "Are you sure you want to enable @:pageSecuritySettings.ipmi?", + "ssh": "Are you sure you want to enable @:pageSecuritySettings.ssh?" + } + }, + "toast": { + "errorIpmiDisabled": "Error disabling IPMI security setting.", + "errorIpmiEnabled":"Error enabling IPMI security setting.", + "errorSshDisabled":"Error disabling SSH security setting.", + "errorSshEnabled": "Error enabling SSH security setting.", + "successIpmiDisabled": "Successfully disabled IPMI security setting.", + "successIpmiEnabled": "Successfully enabled IPMI security setting.", + "successSshDisabled": "Successfully disabled SSH security setting.", + "successSshEnabled": "Successfully enabled SSH security setting." + } + }, "pageSensors": { "exportFilePrefix": "sensors_", "searchForSensors": "Search for sensors", -- cgit v1.2.3