]> git.proxmox.com Git - ceph.git/commit
mgr/dashboard: add backport that allows the dashboard to work again
authorMax Carrara <m.carrara@proxmox.com>
Fri, 5 Jan 2024 14:07:32 +0000 (15:07 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 15 Jan 2024 15:48:12 +0000 (16:48 +0100)
commitf35168f6713d5f3fa1aaa8c572d754b61c458d91
tree8003861fb2419967b4fb741d6a89245058462294
parent850293cdaae6621945e1191aa8c28ea2918269c3
mgr/dashboard: add backport that allows the dashboard to work again

After upgrading from PVE 7 to PVE 8, some users noted that the Ceph
Dashboard does not work anymore. [0] A user from our community
provided a pull request [1] which removes a dependency to `PyJWT`
(Python). This commit adds a backport of this PR as a single patch.

This patch by itself however does not yet allow the dashboard to run
with TLS enabled.

[0]: https://forum.proxmox.com/threads/ceph-warning-post-upgrade-to-v8.129371/
[1]: https://github.com/ceph/ceph/pull/54710

Signed-off-by: Max Carrara <m.carrara@proxmox.com>
patches/0012-backport-mgr-dashboard-simplify-authentication-proto.patch [new file with mode: 0644]
patches/series