]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw: added rgw-policy-check 49395/head
authorMarcus Watts <mwatts@redhat.com>
Wed, 30 Nov 2022 23:22:30 +0000 (18:22 -0500)
committerAdam C. Emerson <aemerson@redhat.com>
Tue, 13 Dec 2022 21:41:52 +0000 (16:41 -0500)
commit28864311d38eb28c4dcf6a2dc5e6f70108f94ffa
treee6f7421c8e77a6d8f7dc4d4b62cfdbf8c8c9a337
parent0b0fd44f42575c89ccce375b06c0db1d50c48ce6
rgw: added rgw-policy-check

rgw-policy-check - a program to do syntax checking on bucket policy.
This program just reads the policy into memory, so it is not
checking anything except syntax.

Signed-off-by: Marcus Watts <mwatts@redhat.com>
rgw: Fix return value of `rgw-policy-check`

Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
rgw: Use ceph initialization in `rgw-policy-check`

Specifically so we can pull in the options from `ceph.conf` and similar.

Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
ceph.spec.in
debian/ceph-common.install
doc/man/8/CMakeLists.txt
doc/man/8/rgw-policy-check.rst [new file with mode: 0644]
doc/man_index.rst
src/rgw/CMakeLists.txt
src/rgw/rgw_polparser.cc [new file with mode: 0644]