This module cannot be loaded due to an authentication problem while connecting to the RGW S3 API
Please verify that:
-
Object Gateway Admin User setting is a "system" user.
Run radosgw-admin user info --uid= | grep system to check whether the user <USERID> has system capabilities.
-
Object Gateway Admin Resource Path setting matches
the RGW configuration option rgw_admin_entry in ceph.conf file.
Run salt -I 'roles:rgw' cmd.run 'cat /etc/ceph/ceph.conf | grep rgw' to check the configuration options in RGW nodes.
The default value of rgw_admin_entry is "admin".