Signed-off-by: Antonio Murdaca <runcom@redhat.com>
| ... | ... |
@@ -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) |