Skip to content

Commit

Permalink
rgw: adding a metadata section for roles.
Browse files Browse the repository at this point in the history
Signed-off-by: Pritha Srivastava <prsrivas@redhat.com>
  • Loading branch information
pritha-srivastava committed Nov 22, 2021
1 parent 862d14b commit c2caede
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rgw/rgw_sync.cc
Expand Up @@ -874,6 +874,7 @@ class RGWFetchAllMetaCR : public RGWCoroutine {
append_section_from_set(all_sections, "user");
append_section_from_set(all_sections, "bucket.instance");
append_section_from_set(all_sections, "bucket");
append_section_from_set(all_sections, "roles");

std::move(all_sections.begin(), all_sections.end(),
std::back_inserter(sections));
Expand Down

0 comments on commit c2caede

Please sign in to comment.