Correct typo in docs
In the "special checks" section, 'role' and 'rule' are keywords and should not be enclosed in '< >'. Change-Id: Ia3c1b47f1c8452bcca62961de4414d21d7ebf481
This commit is contained in:
parent
a102757726
commit
64f3501c0e
@ -194,10 +194,10 @@ Rules can be:
|
||||
|
||||
Special checks are:
|
||||
|
||||
- ``<role>:<role name>``, a test whether the API credentials contain
|
||||
- ``role:<role name>``, a test whether the API credentials contain
|
||||
this role.
|
||||
|
||||
- ``<rule>:<rule name>``, the definition of an alias.
|
||||
- ``rule:<rule name>``, the definition of an alias.
|
||||
|
||||
- ``http:<target URL>``, which delegates the check to a remote server.
|
||||
The API is authorized when the server returns True.
|
||||
|
@ -186,10 +186,10 @@ Rules can be:
|
||||
|
||||
Special checks are:
|
||||
|
||||
- ``<role>:<role name>``, a test whether the API credentials contain
|
||||
- ``role:<role name>``, a test whether the API credentials contain
|
||||
this role.
|
||||
|
||||
- ``<rule>:<rule name>``, the definition of an alias.
|
||||
- ``rule:<rule name>``, the definition of an alias.
|
||||
|
||||
- ``http:<target URL>``, which delegates the check to a remote server.
|
||||
The API is authorized when the server returns True.
|
||||
|
Loading…
x
Reference in New Issue
Block a user