MXS-1220: Allow new REST API users to be created
The REST API now uses the same users as MaxAdmin network interface. This allows them to be created with MaxAdmin. The next step is to add user creation to the REST API.
This commit is contained in:
@ -193,8 +193,6 @@ typedef struct
|
||||
bool skip_permission_checks; /**< Skip service and monitor permission checks */
|
||||
char qc_name[PATH_MAX]; /**< The name of the query classifier to load */
|
||||
char* qc_args; /**< Arguments for the query classifier */
|
||||
char admin_user[MAX_ADMIN_USER_LEN]; /**< Admin interface user */
|
||||
char admin_password[MAX_ADMIN_PW_LEN]; /**< Admin interface password */
|
||||
char admin_host[MAX_ADMIN_HOST_LEN]; /**< Admin interface host */
|
||||
uint16_t admin_port; /**< Admin interface port */
|
||||
bool admin_auth; /**< Admin interface authentication */
|
||||
|
Reference in New Issue
Block a user