summaryrefslogtreecommitdiffstats
path: root/servers
Commit message (Collapse)AuthorAgeFilesLines
* Configure new ssl certificateRatan Gupta2018-01-231-44/+42
| | | | | | | | | | | As the web server certificate got expired so configuring the new one. I would come up with proposal for certificate management. Partially Resolves openbmc/openbmc#2423 Change-Id: I69642cb324b8030c7cd21f5efbbadbf2ce459e18 Signed-off-by: Ratan Gupta <ratagupt@in.ibm.com>
* Security: Disable weak ciphersRatan Gupta2018-01-231-1/+18
| | | | | | | | | Configure the strong ciphers while web server starts. Partially Resolves openbmc/openbmc#2423 Change-Id: I6aad0b292d3755a879e407784dce6a57fd217948 Signed-off-by: Ratan Gupta <ratagupt@in.ibm.com>
* phosphor-gevent: fix pep8 complaintsDeepak Kodihalli2017-10-181-2/+2
| | | | | | | Fix under-indented lines. Change-Id: Ic1df92e0699107dd2eafb097ebf74b9f5835eb84 Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>
* phosphor-gevent: enable websocket supportDeepak Kodihalli2017-10-181-2/+13
| | | | | | | | | | Set 'WebSocketHandler' as the handler_class. Websockets are being supported to allow the REST server to be able to "push" events to clients. Change-Id: I4c5536ae9070635c00330bb59fc93d3b4382b461 Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>
* Add python-gevent startup scriptBrad Bishop2016-08-304-0/+57
| | | | | | | | Add a python-gevent startup script that takes a WSGI application as a parameter. Change-Id: I4c637538a1c6d4aa92563d548a2d8673299a23bb Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Split server and applicationBrad Bishop2016-08-306-0/+104
Provide the REST server as a python module, enabling it to be hosted by any WSGI provider. Provide a Rocket startup script with configurable WSGI application. Change-Id: I1a9c25b10c33b08dfb8f60dc6c33aaf727562a9f Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
OpenPOWER on IntegriCloud