Skip to content

Instantly share code, notes, and snippets.

@nickbrennan1
nickbrennan1 / gist:ed39e9e9f871c2043dc05268ad1f0004
Created April 24, 2024 10:36
Issues with 405 Method not allowed on Micro ceph
Method to enable dashboard:
# microceph.ceph config set mgr mgr/dashboard/ssl false
# microceph.ceph mgr module enable dashboard
# echo -n "p@ssw0rd" > /root/password.txt
# microceph.ceph dashboard ac-user-create -i /root/password.txt admin administrator
# microceph enable rgw
I then manually created the users through the main Ceph dashboard and generated keys. Then created a bucket and assigned ownership to that user.