]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: fix issues related with PyJWT versions >=2.0.0 39837/head
authorAlfonso Martínez <almartin@redhat.com>
Fri, 5 Mar 2021 07:52:59 +0000 (08:52 +0100)
committerAlfonso Martínez <almartin@redhat.com>
Fri, 5 Mar 2021 07:52:59 +0000 (08:52 +0100)
commit11128936384e9223aa0c78b0eb1b82a6a4fa7220
treef3d88bd8dcbd3114442547cde8f1fc8f74c3610b
parenta0052e993f624f3c1267c023fefd79ad3b55017f
mgr/dashboard: fix issues related with PyJWT versions >=2.0.0

Fixes: https://tracker.ceph.com/issues/49574
Signed-off-by: Alfonso Martínez <almartin@redhat.com>
(cherry picked from commit 4b96bb51e8f133badd7bc651bcb4dcd755b43d75)

Conflicts:
       src/pybind/mgr/dashboard/controllers/auth.py
         - Resolved branch divergence conflicts.
       src/pybind/mgr/dashboard/services/auth.py
         - Resolved branch divergence  conflicts.
       src/pybind/mgr/dashboard/requirements.txt
         - Removed specific version (already done in master branch).
qa/tasks/mgr/dashboard/test_auth.py
src/pybind/mgr/dashboard/constraints.txt
src/pybind/mgr/dashboard/controllers/auth.py
src/pybind/mgr/dashboard/requirements.txt
src/pybind/mgr/dashboard/services/auth.py
src/pybind/mgr/dashboard/tests/test_auth.py [new file with mode: 0644]