dropwizard/dropwizard

View on GitHub
dropwizard-client/src/test/resources/yaml/proxy_ntlm.yml

Summary

Maintainability
Test Coverage
proxy:
  host: '192.168.52.11'
  port: 8080
  scheme : 'https'
  auth:
    username: 'secret'
    password: 'stuff'
    authScheme: 'NTLM'
    realm: 'realm'
    hostname: 'workstation'
    domain: 'HYPERCOMPUGLOBALMEGANET'
    credentialType: 'NT'
  nonProxyHosts:
    - 'localhost'
    - '192.168.52.*'
    - '*.example.com'