]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: CLI commands: read passwords from file
authorAlfonso Martínez <almartin@redhat.com>
Tue, 2 Mar 2021 15:09:06 +0000 (16:09 +0100)
committerAlfonso Martínez <almartin@redhat.com>
Tue, 2 Mar 2021 15:09:06 +0000 (16:09 +0100)
commitddd3f51c0dbaebfef2a4554465589a726593b7d7
tree3f92476e6c233d49a73ac4477c17644ad2cb22f7
parent17ee664d1ddc1f246329f561fcd078a15006bdfe
mgr/dashboard: CLI commands: read passwords from file

Fixes: https://tracker.ceph.com/issues/48355
Signed-off-by: Alfonso Martínez <almartin@redhat.com>
Signed-off-by: Juan Miguel Olmo Martínez <jolmomar@redhat.com>
    (cherry picked from commit 5d7ee7c1f0ad971fd0079f917e2b44cdef1d6f9f)

     Conflicts:
            qa/tasks/mgr/dashboard/helper.py
            qa/tasks/mgr/dashboard/test_auth.py
            qa/workunits/cephadm/test_dashboard_e2e.sh
            src/pybind/mgr/dashboard/services/access_control.py
            src/pybind/mgr/dashboard/tests/test_access_control.py
            src/pybind/mgr/dashboard/tests/test_iscsi.py
            src/pybind/mgr/dashboard/tests/test_settings.py
              - Resolved conflicts in these files due to code divergence.
              - Removed test_dashboard_e2e.sh as it does not exists in octopus.
24 files changed:
doc/mgr/dashboard.rst
qa/tasks/mgr/dashboard/helper.py
qa/tasks/mgr/dashboard/test_auth.py
qa/tasks/mgr/dashboard/test_ganesha.py
qa/tasks/mgr/dashboard/test_rgw.py
qa/tasks/mgr/dashboard/test_user.py
src/cephadm/cephadm
src/pybind/mgr/cephadm/services/cephadmservice.py
src/pybind/mgr/cephadm/services/iscsi.py
src/pybind/mgr/cephadm/tests/test_cephadm.py
src/pybind/mgr/cephadm/tests/test_services.py
src/pybind/mgr/dashboard/module.py
src/pybind/mgr/dashboard/run-frontend-e2e-tests.sh
src/pybind/mgr/dashboard/services/access_control.py
src/pybind/mgr/dashboard/services/iscsi_cli.py
src/pybind/mgr/dashboard/settings.py
src/pybind/mgr/dashboard/tests/__init__.py
src/pybind/mgr/dashboard/tests/test_access_control.py
src/pybind/mgr/dashboard/tests/test_iscsi.py
src/pybind/mgr/dashboard/tests/test_settings.py
src/pybind/mgr/mgr_module.py
src/pybind/mgr/tests/__init__.py
src/test/mgr/mgr-dashboard-smoke.sh
src/vstart.sh