From 64f3501c0e56570066e7bd1e723a0ebef44af3be Mon Sep 17 00:00:00 2001 From: Brian Rosmaita Date: Mon, 26 Nov 2018 15:15:26 -0500 Subject: [PATCH] Correct typo in docs In the "special checks" section, 'role' and 'rule' are keywords and should not be enclosed in '< >'. Change-Id: Ia3c1b47f1c8452bcca62961de4414d21d7ebf481 --- doc/source/admin/policy-json-file.rst | 4 ++-- doc/source/admin/policy-yaml-file.rst | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/source/admin/policy-json-file.rst b/doc/source/admin/policy-json-file.rst index b5356a80..8d918d8a 100644 --- a/doc/source/admin/policy-json-file.rst +++ b/doc/source/admin/policy-json-file.rst @@ -194,10 +194,10 @@ Rules can be: Special checks are: -- ``:``, a test whether the API credentials contain +- ``role:``, a test whether the API credentials contain this role. -- ``:``, the definition of an alias. +- ``rule:``, the definition of an alias. - ``http:``, which delegates the check to a remote server. The API is authorized when the server returns True. diff --git a/doc/source/admin/policy-yaml-file.rst b/doc/source/admin/policy-yaml-file.rst index 057f4931..0018f8ad 100644 --- a/doc/source/admin/policy-yaml-file.rst +++ b/doc/source/admin/policy-yaml-file.rst @@ -186,10 +186,10 @@ Rules can be: Special checks are: -- ``:``, a test whether the API credentials contain +- ``role:``, a test whether the API credentials contain this role. -- ``:``, the definition of an alias. +- ``rule:``, the definition of an alias. - ``http:``, which delegates the check to a remote server. The API is authorized when the server returns True.