ceph/qa/tasks/mgr
Patrick Nawracay e4a0b12abf mgr/dashboard: Implement RGW proxy
This implementation is basically a Rados Gateway reverse proxy.  It
additionally takes care of the authentication to the Rados Gateway, but to use
it you will have to be authenticated against the dashboards RESTful API.

The corresponding credentials can be configured using the following commands:

    dashboard set-rgw-api-secret-key <secret-key>

    dashboard set-rgw-api-access-key <access-key>

Signed-off-by: Patrick Nawracay <pnawracay@suse.com>
2018-04-11 12:26:42 +02:00
..
dashboard mgr/dashboard: Implement RGW proxy 2018-04-11 12:26:42 +02:00
__init__.py move ceph-qa-suite dirs into qa/ 2016-12-14 11:29:55 -06:00
mgr_test_case.py qa/tasks/mgr: move test initialization to setUpClass method 2018-03-05 13:07:18 +00:00
test_dashboard.py mgr/dashboard: renamed dashboard_v2 to dashboard 2018-03-16 07:23:08 +00:00
test_failover.py qa/tasks/mgr/test_failover: fix for id -> name rename in mgr metadata 2018-04-09 21:48:40 -05:00
test_module_selftest.py qa/tasks/mgr: move test initialization to setUpClass method 2018-03-05 13:07:18 +00:00
test_prometheus.py qa/tasks/mgr: move test initialization to setUpClass method 2018-03-05 13:07:18 +00:00