summaryrefslogtreecommitdiff
path: root/nova/tests/unit/console/test_websocketproxy.py
Commit message (Expand)AuthorAgeFilesLines
* Adapt websocketproxy tests for SimpleHTTPServer fixmelanie witt2022-11-301-35/+26
* address open redirect with 3 forward slashesSean Mooney2021-09-161-0/+34
* Reduce mocking in test_reject_open_redirect for compatmelanie witt2021-07-311-14/+13
* Reject open redirection in the console proxymelanie witt2021-07-261-0/+34
* Merge "Allow TLS ciphers/protocols to be configurable for console proxies"Zuul2020-02-241-0/+16
|\
| * Allow TLS ciphers/protocols to be configurable for console proxiesNathan Kinder2020-02-121-0/+16
* | trivial: Merge unnecessary 'NovaProxyRequestHandlerBase' separationStephen Finucane2020-02-061-17/+17
|/
* Mask the token used to allow access to consolesBalazs Gibizer2019-11-271-0/+3
* Reduce scope of 'path' query parameter to noVNC consolesmelanie witt2019-09-271-17/+13
* Fix non-existent method of MockTakashi NATSUME2019-08-151-1/+1
* Remove nova-consoleauthStephen Finucane2019-07-051-75/+2
* Add 'path' query parameter to console access urlMohammed Naser2019-06-141-16/+20
* Stop handling cells v1 for console authenticationStephen Finucane2019-04-161-20/+0
* Move create of ComputeAPI object in websocketproxymelanie witt2019-03-271-0/+10
* Use X-Forwarded-Proto as origin protocol if presentmelanie witt2019-01-161-0/+32
* Use uuidsentinel from oslo.utilsEric Fried2018-09-051-1/+1
* Convert websocketproxy to use db for token validationPaul Murray2018-05-031-85/+370
* console: Send bytes to socketsStephen Finucane2018-01-121-0/+1
* console: introduce basic framework for security proxyingDaniel P. Berrange2017-09-281-2/+82
* Fix the race condition with novncjianghua wang2017-06-071-0/+31
* Fix novncproxy for python3Jens Rosenboom2017-02-161-104/+67
* conf: move few console opts to xenserver groupMaciej Szankin2016-12-191-2/+3
* Merge "Fixes python 3 unit tests"Jenkins2016-09-261-8/+8
|\
| * Fixes python 3 unit testsClaudiu Belu2016-09-231-8/+8
* | Skip malformed cookiesGleb Stepanov2016-09-221-0/+28
|/
* Remove unused CONF importsMichael Still2016-02-151-3/+0
* Add console allowed origins settingMike Dorman2015-07-281-0/+31
* Fix noVNC console access for an IPv6 setupsridhargaddam2015-06-151-0/+28
* websocketproxy: Make protocol validation use connection_infoNikola Dipanov2015-04-091-80/+18
* Expand Origin header check for serial consoleAndrew Laski2015-03-311-5/+22
* Merge "Websocket Proxy should verify Origin header"Jenkins2015-03-121-8/+195
|\
| * Websocket Proxy should verify Origin headerDave McCowan2015-03-121-8/+195
* | Make unit tests inherit from test.NoDBTestCaseMike Durnosvistov2015-03-061-1/+1
|/
* Fix VNC access, when reverse DNS lookups failRoman Podoliaka2015-02-161-0/+17
* move all tests to nova/tests/unitSean Dague2014-11-121-0/+157