Skip to content

Auth Users

The list of users to log in to your MongoCamp Server Instance, if you have configured as Static Login Handler.

TIP

This Configuration is only needed for AUTH_HANDLER is static.

Type: List[String]

Sample

json
[
  "{\"userId\":\"test\", \"password\":\"test1234\", \"apiKey\":\"apiKey\", \"roles\" : [\"admin\",  \"test\"]}",
  "{\"userId\":\"admin\", \"password\":\"test1234\", \"apiKey\":\"apiKey\", \"roles\" : [\"admin\",  \"test\"]}"
]

Released under the Apache License 2.0.