Creating a REST API User for MaxScale with MaxCtrl
Create new users for the MaxScale REST API using MaxCtrl. This page explains the difference between basic and admin users and provides command examples for adding credentials to your system.
Overview
User Types
User Type
Description
Creating a Basic User
$ maxctrl --secure
--user=admin
--password=mariadb
--hosts=192.0.2.100:8443
--tls-key=/certs/client-key.pem
--tls-cert=/certs/client-cert.pem
--tls-ca-cert=/certs/ca.pem
create user "maxscale_rest" "maxscale_rest_password"Creating an Admin User
PreviousConnecting to MaxScale using TLS with MaxCtrlNextDeleting a REST API User for MaxScale with MaxCtrl
Last updated
Was this helpful?

