[MXS-2132] Maxctrl/REST-API command for obtaining configuration information Created: 2018-11-01 Updated: 2019-01-16 Resolved: 2019-01-16 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | REST-API |
| Affects Version/s: | None |
| Fix Version/s: | 2.4.0 |
| Type: | New Feature | Priority: | Major |
| Reporter: | Johan Wikman | Assignee: | Esa Korhonen |
| Resolution: | Won't Do | Votes: | 0 |
| Labels: | None | ||
| Sprint: | MXS-SPRINT-71, MXS-SPRINT-72, MXS-SPRINT-73 |
| Description |
|
It would be valuable to know how MaxScale is used. The MaxScale configuration file contains that information, but as the configuration file also contains sensitive information (e.g. passwords), it can't easily be shared. There should be a REST-API resource and/or a maxctrl command using which the relevant technical information - what routers/filters/monitors are used, the number of servers (although that might be sensitive as well), etc. - can be extracted, so that anybody can easily share that information, without a fear of something sensitive being exposed. |
| Comments |
| Comment by markus makela [ 2018-11-02 ] |
|
Could be very useful for |
| Comment by Esa Korhonen [ 2019-01-16 ] |
|
The script "maxscale_generate_support_info.py" makes this unnecessary. |