Example: User Configuration
All user information is configured in the configuration service under the
/config/application/auth/userinfo
key.
The format is as follows:
{ "username":<USER_NAME>, "password":<BCRYPT_PASSWORD>, "tenant":<TENANT_NAME">, "roles":[<ROLE_NAMES>] }Valid values for
roles
are
admin
and
user
.