diff options
Diffstat (limited to 'OPENECOMP-DEMO/controller-template/configuration/rules/Authorization_Error.json')
-rw-r--r-- | OPENECOMP-DEMO/controller-template/configuration/rules/Authorization_Error.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/OPENECOMP-DEMO/controller-template/configuration/rules/Authorization_Error.json b/OPENECOMP-DEMO/controller-template/configuration/rules/Authorization_Error.json new file mode 100644 index 0000000..7d6eaeb --- /dev/null +++ b/OPENECOMP-DEMO/controller-template/configuration/rules/Authorization_Error.json @@ -0,0 +1,8 @@ +{ + "messageFilter": ".*Authorization: bad PW.*", + "level": "UNKNOWN", + "severity": "UNKNOWN", + "newLevel": "UNKNOWN", + "newSeverity": "SEV1", + "disabled": "false" +} |