You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow | bool | Boolean value indicating whether the request is allowed or denied
221
221
Msg | string | Authorization message (will be returned to the client in case the access is denied)
222
-
Err | string | Error message (will be returned to the client in case the plugin encounter an error)
222
+
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)
Allow | bool | Boolean value indicating whether the response is allowed or denied
249
249
Msg | string | Authorization message (will be returned to the client in case the access is denied)
250
-
Err | string | Error message (will be returned to the client in case the plugin encounter an error)
250
+
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)
0 commit comments