cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

NTLM Authentication with OPA

mroldanvega
Executive Chef I
Executive Chef I

Has anyone been able to successfully implement NTLM Authentication with an OPA?
We are having issues with it. I have a Support ticket open, but curious to know if anyone was able to successfully use it.

4 REPLIES 4

john-zink-1
Deputy Chef I
Deputy Chef I

Yes.  Weโ€™ve used NTLM to authenticate API calls.

 

Would you mind sharing the OPA config setup (without sensitive data, obviously)? ๐Ÿ˜ƒ

Did you use the setup wtih separate line for username and password?

ntlm:
  ntlm_config_name:
    auth: {encrypted:'<Encrypted Auth Info>'}
    base_url: "https://server.domain.com/"
    cm_max_per_route: 1
    trustAll: true
    verifyHost: false
    http_connect_timeout: 1200000
    http_connection_request_timeout: 1200000

mroldanvega
Executive Chef I
Executive Chef I

Thank you! This is helpful.