From e6918187568dbd01842d8d1d2c808ce16a894239 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 21 Apr 2024 13:54:28 +0200 Subject: Adding upstream version 18.2.2. Signed-off-by: Daniel Baumann --- doc/man/8/rgw-policy-check.rst | 55 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 doc/man/8/rgw-policy-check.rst (limited to 'doc/man/8/rgw-policy-check.rst') diff --git a/doc/man/8/rgw-policy-check.rst b/doc/man/8/rgw-policy-check.rst new file mode 100644 index 000000000..3f055711f --- /dev/null +++ b/doc/man/8/rgw-policy-check.rst @@ -0,0 +1,55 @@ +:orphan: + +=================================================== +rgw-policy-check -- verify syntax of bucket policy +=================================================== + +.. program:: rgw-policy-check + +Synopsis +======== + +| **rgw-policy-check** + -t *tenant* [ *filename* ... ] + + +Description +=========== + +This program reads one or more files containing bucket policy +and determines if it is syntactically correct. +It does not check to see if the policy makes sense; +it only checks to see if the file would be accepted +by the policy parsing logic inside +:program:`radsogw`. + +More than one filename may be specified. If no files are +given, the program will read from stdin. + +On success, the program will say nothing. On failure, +the program will emit a error message indicating the +problem. The program will terminate with non-zero exit +status if one or more policies could not be read or parsed. + +Options +======= + +.. option: -t *tenant* + + Specify *tenant* as the tenant. This is required by the + policy parsing logic and is used to construct the internal + state representation of the policy. + +Availability +============ + +**rgw-policy-check** is part of Ceph, a massively scalable, open-source, +distributed storage system. Please refer to the Ceph documentation at +http://ceph.com/docs for more information. + +See also +======== + +:doc:`radosgw `\(8) + +.. _Bucket Policies: ../../radosgw/bucketpolicy.rst -- cgit v1.2.3