InternalUserStoreValidatorValve
Valve for validating username and password against the internal users store.
Valve will fail if username or password was incorrect.
Properties
Example Configuration
{
  "name": "InternalUserStoreValidatorValve",
  "enabled": "true",
  "config": {
    "username": "{{request.api_username}}",
    "password": "{{request.api_password}}"
  }
}