[MXS-2601] The Maxadmin and the CLI Router in default config Created: 2019-07-13  Updated: 2019-07-17  Resolved: 2019-07-17

Status: Closed
Project: MariaDB MaxScale
Component/s: maxadmin
Affects Version/s: 2.3.10
Fix Version/s: 2.3.10

Type: Task Priority: Critical
Reporter: Wagner Bianchi (Inactive) Assignee: markus makela
Resolution: Fixed Votes: 0
Labels: None


 Description   

Folks,

I've just compiled MaxScale using the current source on Github, and I yet see the `MaxAdmin-Service` and CLI Router configurations on the maxscale.cnf template file - maybe it's time to remove that as maxadmin is deprecated and will be removed on 2.4?

[root@mxs01 build]# maxscale --version
MaxScale 2.3.10
 
[root@mxs01 build]# maxctrl list services
┌────────────────────┬────────────────┬─────────────┬───────────────────┬─────────┐
│ Service            │ Router         │ Connections │ Total Connections │ Servers │
├────────────────────┼────────────────┼─────────────┼───────────────────┼─────────┤
│ Read-Only-Service  │ readconnroute  │ 11                 │ server1 │
├────────────────────┼────────────────┼─────────────┼───────────────────┼─────────┤
│ MaxAdmin-Service   │ cli            │ 11                 │         │
├────────────────────┼────────────────┼─────────────┼───────────────────┼─────────┤
│ Read-Write-Service │ readwritesplit │ 11                 │ server1 │
└────────────────────┴────────────────┴─────────────┴───────────────────┴─────────┘

Below is what I think should be removed from the maxscale.cnf file added to the environment after finishing compiling MaxScale:

# This service enables the use of the MaxAdmin interface
# MaxScale administration guide:
# https://mariadb.com/kb/en/mariadb-maxscale-23-maxadmin-admin-interface/
 
[MaxAdmin-Service]
type=service
router=cli
 
[MaxAdmin-Listener]
type=listener
service=MaxAdmin-Service
protocol=maxscaled
socket=default

Thanks!!


Generated at Thu Feb 08 04:15:19 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.