HAProxy Enterprise Documentation 2.7r1

user

Decrease the CLI level to user.

Description

When in an interactive session using the Runtime API's prompt command, the user command decreases the CLI level to the less privileged user role.

It also drops experimental mode.

Examples

To decrease the CLI level to operator:

  1. Connect to the Runtime API socket:

    $ sudo socat stdio unix-connect:/var/run/hapee-2.7/hapee-lb.sock
  2. Start an interactive session:

    prompt
  3. Set the CLI level to user:

    user
  4. Display the CLI level:

    show cli level
    user

See also


Next up

Troubleshooting