Browse code

docs: extend: authorization.md: add a note about confidential stuff in Err

Signed-off-by: Antonio Murdaca <runcom@redhat.com>

Antonio Murdaca authored on 2015/12/18 19:28:28
Showing 1 changed files
... ...
@@ -224,7 +224,7 @@ Name    | Type   | Description
224 224
 --------|--------|----------------------------------------------------------------------------------
225 225
 Allow   | bool   | Boolean value indicating whether the request is allowed or denied
226 226
 Msg     | string | Authorization message (will be returned to the client in case the access is denied)
227
-Err     | string | Error message (will be returned to the client in case the plugin encounter an error)
227
+Err     | string | Error message (will be returned to the client in case the plugin encounter an error. The string value supplied may appear in logs, so should not include confidential information)
228 228
 
229 229
 ### Response authorization
230 230
 
... ...
@@ -252,4 +252,4 @@ Name    | Type   | Description
252 252
 --------|--------|----------------------------------------------------------------------------------
253 253
 Allow   | bool   | Boolean value indicating whether the response is allowed or denied
254 254
 Msg     | string | Authorization message (will be returned to the client in case the access is denied)
255
-Err     | string | Error message (will be returned to the client in case the plugin encounter an error)
255
+Err     | string | Error message (will be returned to the client in case the plugin encounter an error. The string value supplied may appear in logs, so should not include confidential information)