Skip to content

Commit

Permalink
added minLimit and maxLimit for BasicAuthPassword
Browse files Browse the repository at this point in the history
Signed-off-by: pietfried <[email protected]>
  • Loading branch information
Pietfried committed Oct 13, 2023
1 parent ac4bb79 commit 18c5692
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/v201/component_schemas/standardized/SecurityCtrlr.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@
"BasicAuthPassword": {
"variable_name": "BasicAuthPassword",
"characteristics": {
"minLimit": 16,
"maxLimit": 40,
"supportsMonitoring": true,
"dataType": "string"
},
Expand All @@ -48,6 +50,8 @@
}
],
"description": "The basic authentication password is used for HTTP Basic Authentication.",
"minimum": 16,
"maximum": 40,
"default": "DEADBEEFDEADBEEF",
"type": "string"
},
Expand Down

0 comments on commit 18c5692

Please sign in to comment.