summaryrefslogtreecommitdiff
path: root/Redfish.md
diff options
context:
space:
mode:
authorRavi Teja <raviteja28031990@gmail.com>2024-04-22 14:56:13 +0300
committerRavi Teja <raviteja28031990@gmail.com>2024-04-25 21:16:38 +0300
commit482a69e72d6be4d9fdefa7b45207e8ac83d4a1a5 (patch)
treebb1e665ae78118db6ac0c9e9cc1ffea3b5777e7d /Redfish.md
parent6b54e4e08678c0e32ed02adc87237f6ffa936691 (diff)
downloadbmcweb-482a69e72d6be4d9fdefa7b45207e8ac83d4a1a5.tar.xz
AccountService: Add HTTPBasicAuth support
This commit adds HTTPBasicAuth Get/Patch support Tested By: Redfish service validator passes. ``` curl -k --user "root:0penBmc" -H "Content-Type: application/json" -X PATCH -d '{"HTTPBasicAuth":"Enabled"}' https://192.168.7.2/redfish/v1/AccountService ``` Succeeds with various values. Enabled: Basic auth succeeds. Disabled: Basic auth no longer works. AccountService reports "Disabled" For HTTPBasicAuth status. Change-Id: Ic417bf3cd4135f05ab34c8613c7fbce953157b03 Signed-off-by: Ravi Teja <raviteja28031990@gmail.com> Signed-off-by: Ed Tanous <ed@tanous.net>
Diffstat (limited to 'Redfish.md')
-rw-r--r--Redfish.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/Redfish.md b/Redfish.md
index 91c2c01601..5e410ad616 100644
--- a/Redfish.md
+++ b/Redfish.md
@@ -58,6 +58,7 @@ Fields common to all schemas
- AccountLockoutThreshold
- Accounts
- Description
+- HTTPBasicAuth
- LDAP
- MaxPasswordLength
- MinPasswordLength