Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

octopus: rgw/notification: support GetTopicAttributes API #40754

Closed
wants to merge 1 commit into from

Conversation

smithfarm
Copy link
Contributor

backport tracker: https://tracker.ceph.com/issues/48462


backport of #38171
parent tracker: https://tracker.ceph.com/issues/46296

this backport was staged using ceph-backport.sh version 16.0.0.6848
find the latest version at https://github.com/ceph/ceph/blob/master/src/script/ceph-backport.sh

fixes: https://tracker.ceph.com/issues/46296

Signed-off-by: Yuval Lifshitz <ylifshit@redhat.com>
(cherry picked from commit 3906884)

Conflicts:
	PendingReleaseNotes
	src/rgw/rgw_rest_pubsub.cc
- RGWHandler_REST_PSTopic_AWS::authorize function definition looks different in
  octopus
@smithfarm smithfarm added this to the octopus milestone Apr 10, 2021
@smithfarm smithfarm added the rgw label Apr 10, 2021
encode_json("EndpointArgs", push_endpoint_args, &f);
encode_json("EndpointTopic", arn_topic, &f);
encode_json("HasStoredSecret", stored_secret, &f);
encode_json("Persistent", persistent, &f);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/home/jenkins-build/build/workspace/ceph-pull-requests/src/rgw/rgw_pubsub.cc: In member function 'std::string rgw_pubsub_sub_dest::to_json_str() const':
/home/jenkins-build/build/workspace/ceph-pull-requests/src/rgw/rgw_pubsub.cc:405:29: error: 'persistent' was not declared in this scope
  405 |   encode_json("Persistent", persistent, &f);
      |                             ^~~~~~~~~~
make[3]: *** [src/rgw/CMakeFiles/rgw_common.dir/build.make:860: src/rgw/CMakeFiles/rgw_common.dir/rgw_pubsub.cc.o] Error 1

@smithfarm
Copy link
Contributor Author

non-trivial to backport

@yuvalif
Copy link
Contributor

yuvalif commented Apr 12, 2021

created: #40812 to resolve the above conflicts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
2 participants