Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
22.08.11, 23.02.8, 23.08.4
-
None
Description
If MaxScale is configured with the following:
[maxscale]
|
key_manager=file
|
file.keyfile=/tmp/encryption.key
|
Doing a PATCH on /v1/maxscale with this payload:
{
|
"data": { |
"attributes": { |
"parameters": { |
"log_info": true |
}
|
}
|
}
|
}
|
Will result in this error:
{
|
"errors": [
|
{
|
"detail": "key_manager_file: The mandatory parameter 'keyfile' is not provided."
|
}
|
]
|
}
|