Details
-
Bug
-
Status: Closed (View Workflow)
-
Trivial
-
Resolution: Fixed
-
2.5.10
-
None
Description
Folks,
We are missing the `admin_host` on the static configuration parameters list.
https://mariadb.com/kb/en/mariadb-maxscale-25-mariadb-maxscale-configuration-guide/#static-configuration-parameters
[root@m01 ~]# maxctrl alter maxscale admin_host 0.0.0.0 |
Error: Server at 127.0.0.1:8989 responded with status code 403 to `PATCH maxscale`:{ |
"errors": [ |
{
|
"detail": "Global parameter 'admin_host' cannot be modified at runtime" |
}
|
]
|
}
|
Thanks!