I'm trying to create a topic in Ceph so that I can receive notifications when an object is uploaded to a bucket.
When I call the CreateTopic endpoint without any AWS credentials (as an anonymous user), the call succeeds.
However, in order to receive notifications on a topic, the topic and bucket must have the same owner. So, I need to create the topic as an authenticated user with credentials. However, using a different service name for the AWS authorization header, I either get a SignatureDoesNotMatch
error or a NotImplemented
error. I believe the NotImplemented
error is inaccurate since the endpoint seems to be functioning when no credentials are passed.
How should I authorize this request to create a topic as a user?
I am using Insomnia REST client and Ceph 14.2.5.
The parameters used for the CreateTopic request