commit | eecd51a46e6d44ae3408d889ed037f4e4270d653 | [log] [tgz] |
---|---|---|
author | James Feist <james.feist@linux.intel.com> | Mon Nov 04 21:19:48 2019 +0000 |
committer | James Feist <james.feist@linux.intel.com> | Mon Nov 04 21:25:46 2019 +0000 |
tree | a0cbbd26cf1adc0d9c73623cf9b5df3a67b1bbe9 | |
parent | 2ad9c2f694b9a75b5f14f485ebab28bd32d0f575 [diff] |
Revert "Auth methods configuration" This reverts commit 0ff64dc2cd3a15b4204a477ad2eb5219d66e6110. Reason for revert: <breaks redfish validator, <edmx:Reference Uri="/redfish/v1/schema/OemAccountService_v1.xml"> but the file name unversioned static/redfish/v1/schema/OemAccountService.xml> Change-Id: I696dd09bf519e364f5f529a674e047a8eeead578 Signed-off-by: James Feist <james.feist@linux.intel.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.