This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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. |