| commit | 890c10164e8c25f8276bc25b95e810fa30646769 | [log] [tgz] | 
|---|---|---|
| author | Gunnar Mills <gmills@us.ibm.com> | Fri Feb 14 16:43:04 2020 -0600 | 
| committer | Gunnar Mills <gmills@us.ibm.com> | Fri Feb 14 16:56:36 2020 -0600 | 
| tree | bfdbe77890ec35b7efba86ec9571518f3370ef84 | |
| parent | e59f968c5d888f1203ac2c8a636f52a906f116db [diff] | 
log service: Remove odata.context
Tested: Built this commit and the commits under it.
        Loaded on a Witherspoon and ran validator.
        No errors.
Change-Id: Id54bc61319f500c4122213bd0e0d6ba140c7c690
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.