admin_users config namespace

you must at least one admin user to connect workflow service. set admin users on workflow engine as hard coded

you can set custom role for your admin users

sample code:

"admin_users": [
    {
        "username": "admin",
        "secretkey": "admin",
        "roles": [
            "admin"
        ]
    }
],

properties

nametyperequiredDescription
usernamestringYES-
secretkeystringYESrecommend that admin secret key be very hard
rolesstring[]NOyou can set custom roles for your admin user (default: [_admin_])