Skip to content

Conversation

@ciarams87
Copy link
Contributor

@ciarams87 ciarams87 commented Aug 27, 2021

Proposed changes

Support setting NTLM authentication in an upstream. See http://nginx.org/en/docs/http/ngx_http_upstream_module.html#ntlm

Closes #1896

Checklist

Before creating a PR, run through this checklist and mark each as complete.

  • I have read the CONTRIBUTING doc
  • I have added tests that prove my fix is effective or that my feature works
  • I have checked that all unit tests pass after adding my changes
  • I have updated necessary documentation
  • I have rebased my branch onto master
  • I will ensure my PR is targeting the master branch and pulling from my branch from my own fork

@github-actions github-actions bot added documentation Pull requests/issues for documentation enhancement Pull requests for new features/feature enhancements labels Aug 27, 2021
{{ end }}
{{ end }}

{{ if $u.NTLM }}ntlm;{{ end }}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

so easy!

Copy link
Contributor

@pleshakov pleshakov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @ciarams87 Looks good, just a few suggestions

Copy link

@lucacome lucacome left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀 after suggestions

@ciarams87 ciarams87 merged commit e2b05fd into master Aug 30, 2021
@ciarams87 ciarams87 deleted the feat/add-ntlm-vs-support branch August 30, 2021 10:22
@pleshakov pleshakov changed the title Add ntlm support to virtual server resource Add ntlm support to VirtualServer and VirtualServerRoute upstreams Sep 13, 2021
@pleshakov pleshakov changed the title Add ntlm support to VirtualServer and VirtualServerRoute upstreams Add NTLM support to VirtualServer and VirtualServerRoute upstreams Sep 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Pull requests/issues for documentation enhancement Pull requests for new features/feature enhancements

Projects

None yet

Development

Successfully merging this pull request may close these issues.

NTLM and VirtualServer resource

6 participants