Hi all, I’ve created a test user on our radosgw to work with the API. I’ve done the following: ~#radosgw-admin user create --uid=testuser--display-name=„testuser" ~#radosgw-admin caps add --uid=testuser --caps={caps} "caps": [ { "type": "amz-cache", "perm": "*" }, { "type": "bilog", "perm": "*" }, { "type": "buckets", "perm": "*" }, { "type": "datalog", "perm": "*" }, { "type": "mdlog", "perm": "*" }, { "type": "metadata", "perm": "*" }, { "type": "oidc-provider", "perm": "*" }, { "type": "roles", "perm": "*" }, { "type": "usage", "perm": "*" }, { "type": "user-policy", "perm": "*" }, { "type": "users", "perm": "*" }, { "type": "zone", "perm": "*" } ], But for my GET request (with Authorization Header) I only get a "405 - Method not Allowed" answer. This is my request url: https://s3.example.de/admin/info?format=json <https://s3.example.de/admin/info?format=json> Where is the issue here? Regards, Marcus _______________________________________________ ceph-users mailing list -- ceph-users@xxxxxxx To unsubscribe send an email to ceph-users-leave@xxxxxxx