commit | ba9dd4a85ab15f63d85e04dd8c79026685c2ffe5 | [log] [tgz] |
---|---|---|
author | Gunnar Mills <gmills@us.ibm.com> | Thu Feb 20 10:40:18 2020 -0600 |
committer | Gunnar Mills <gmills@us.ibm.com> | Fri Feb 21 21:13:52 2020 +0000 |
tree | 1426c3e1627ea0b8e32851d29d01441b5af23574 | |
parent | aa9bb6b1115c79b795f4c1f79154e1f2f00613c5 [diff] |
Validator Warning: Remove AccountProviderType AccountProviderType was deprecated in AccountService.v1_5_0. The latest AccountService is 1.7.0. Move from 1.4.0 to 1.5.0. Fixes validator warnings: WARNING - LDAP.AccountProviderType: The given property is deprecated by revision: This property is deprecated because the account provider type is known when used in the LDAP and ActiveDirectory objects. WARNING - ActiveDirectory.AccountProviderType: The given property is deprecated by revision: This property is deprecated because the account provider type is known when used in the LDAP and ActiveDirectory objects. Although not sure if the validator should have thrown a warning since the version of AccountService in bmcweb still allowed this property. AccountProviderType is not used in the GUI or other places. Resolves openbmc/bmcweb#118 Tested: Passed validator. Change-Id: Ifa15cdd2dfd0d740e42add778f30d00e7885ed4b Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
This component attempts to be a "do everything" embedded webserver for openbmc.
At this time, the webserver implements a few interfaces:
BMCWeb is configured by setting -D
flags that correspond to options in bmcweb/CMakeLists.txt
and then compiling. For example, cmake -DBMCWEB_ENABLE_KVM=NO ...
followed by make
. The option names become C++ preprocessor symbols that control which code is compiled into the program.
When BMCWeb starts running, it reads persistent configuration data (such as UUID and session data) from a local file. If this is not usable, it generates a new configuration.
When BMCWeb SSL support is enabled and a usable certificate is not found, it will generate a self-sign a certificate before launching the server. The keys are generated by the prime256v1
algorithm. The certificate
C=US, O=OpenBMC, CN=testhost
,SHA-256
algorithm.