]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
Merge pull request #67732 from adamemerson/wip-policy-ux
authorAdam Emerson <aemerson@redhat.com>
Fri, 24 Jul 2026 16:42:31 +0000 (12:42 -0400)
committerGitHub <noreply@github.com>
Fri, 24 Jul 2026 16:42:31 +0000 (12:42 -0400)
 rgw: Policy evalaution logging

Reviewed-by: Matthew N. Heler <matthew.heler@hotmail.com>
Reviewed-by: Oguzhan Ozmen <oozmen@bloomberg.net>
1  2 
ceph.spec.in
src/common/options/rgw.yaml.in
src/rgw/CMakeLists.txt
src/rgw/rgw_op.cc

diff --cc ceph.spec.in
Simple merge
Simple merge
index 7e3ec254cc8a7fb2172e5f6e444dc6cd4cf5b986,c80a7a457c0736083af1caadba03f92de92c38d6..8b43e094bb21f7f1fa480619eba97aa81fa7dbc1
@@@ -926,11 -666,14 +926,17 @@@ set(radosgw_polparser_src
    rgw_polparser.cc)
  add_executable(rgw-policy-check ${radosgw_polparser_srcs})
  target_link_libraries(rgw-policy-check ${rgw_libs})
 +if(WITH_RADOSGW_RADOS)
 +  target_compile_OPTIONS(rgw-policy-check PUBLIC "-DWITH_RADOSGW_RADOS")
 +endif()
  install(TARGETS rgw-policy-check DESTINATION bin)
  
+ set(radosgw_poltester_srcs
+   rgw_poltester.cc)
+ add_executable(rgw-policy-test ${radosgw_poltester_srcs})
+ target_link_libraries(rgw-policy-test ${rgw_libs})
+ install(TARGETS rgw-policy-test DESTINATION bin)
  set(librgw_srcs
    librgw.cc)
  add_library(rgw SHARED ${librgw_srcs})
Simple merge