summaryrefslogtreecommitdiff
path: root/src/locales/en-US.json
diff options
context:
space:
mode:
authorDixsie Wolmers <dixsie@ibm.com>2020-12-07 22:12:53 +0300
committerDerick Montague <derick.montague@ibm.com>2020-12-16 02:11:26 +0300
commit8f030bac11637fcd0a005907b558d7accbff68bd (patch)
treef9eb7487b4b1578e17d74e8bfdae97622ce9fc3b /src/locales/en-US.json
parent645250b918ccc1d3965824a1c259d0367f6691b1 (diff)
downloadwebui-vue-8f030bac11637fcd0a005907b558d7accbff68bd.tar.xz
Add security settings page
Adds ability to enable/disable: - SSH protocol - IPMI protocol Signed-off-by: Dixsie Wolmers <dixsie@ibm.com> Change-Id: I2430a46343dd8756ef75fcc3cb068df8d51dd415
Diffstat (limited to 'src/locales/en-US.json')
-rw-r--r--src/locales/en-US.json29
1 files changed, 29 insertions, 0 deletions
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",