From f9fcc5979ffceb433dc805be6885e9cb65e9deb5 Mon Sep 17 00:00:00 2001 From: Alvaro Vega Date: Thu, 19 Dec 2024 16:19:29 +0100 Subject: [PATCH] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index d015b79..a2112f3 100644 --- a/README.md +++ b/README.md @@ -513,7 +513,6 @@ Right Attempt MATCHED HEADER fiware-service smartcity | ResponseStatus=200 | Tok ``` Account log has three modes: `all`, `matched`, `wrong`. First one `all` includes right and wrong access regardles if matches or not. Second one `matched` includes all wrong and just rigth matches acess. And `wrong` mode only includes all wrong access, regardless is matches or not with patterns. -``` * `config.componentName`: name of the component that will be used to compose the FRN that will identify the resource to be accessed. E.g.: `orion`. * `config.resourceNamePrefix`: string prefix that will be used to compose the FRN that will identify the resource to be accessed. E.g.: `fiware:`. * `config.bypass`: used to activate the administration bypass in the proxy. Valid values are `true` or `false`.