-
Notifications
You must be signed in to change notification settings - Fork 567
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add pingntlm provider support for pre-authentication issue #794
feat: add pingntlm provider support for pre-authentication issue #794
Conversation
hi @wolfeidau, I am new here, so apologies in advance if I am mistaken, but would you or someone else be able to review this? |
3d2ca91
to
b7ff3ea
Compare
hi @wolfeidau, apologies to bother you, just checking in to see if you or someone else would be able to review this? |
@Gearheads hey is there a reason this needs to be a new provider entirely? I would love some background on the configuration and setup for Ping. |
hi @wolfeidau, apologies, unfortunately I do not have the full context for this change. 😞 @richardcase, would you be able to provide more background? |
@Gearheads @wolfeidau - its such a long time ago since i made this change...details are a bit fuzzy. At a high level the reason is that the existing ping provider doesn't support |
8e10f5c
to
2dcc346
Compare
Hi @wolfeidau, apologies to bother, do you think this PR will be helpful, or do you think there is a better solution to support this type of provider? |
4a89e20
to
7c3258c
Compare
7c3258c
to
1506cb7
Compare
@Gearheads This is failing the build. Can you take a look? |
Codecov ReportAttention:
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #794 +/- ##
==========================================
- Coverage 39.28% 38.74% -0.55%
==========================================
Files 53 54 +1
Lines 8025 8238 +213
==========================================
+ Hits 3153 3192 +39
- Misses 4449 4618 +169
- Partials 423 428 +5
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Yes, I will take look. |
1506cb7
to
aa183ef
Compare
Hi @mapkon, I have updated the PR with more unit tests. Is there a way for me to re-run the |
Done! I will review this today |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Gearheads Can you please take a look at the lint issues.
Hi @mapkon, yes of course. I have ran the lint command locally, and it should be fixed now. |
Signed-off-by: Casale, Robert <[email protected]>
Signed-off-by: Casale, Robert <[email protected]>
04fb8c7
to
e06b933
Compare
@Gearheads Looks like the tests are still complaining |
Hi @mapkon, strange. It appears that the issue is with a different provide:
I tried running
I am wondering if maybe the order of these handlers is important? Any ideas as to what I can check out, or if it is worth re-running the GitHub action to see if it was a one-time issue? |
@Gearheads I re-ran the github actions and got a similar result to the the one above. |
I just re-ran it and it passed. Something weird is going on. |
This PR will add support for the
pingntlm
provider which is needed for pre-authentication issues.Fixes #244
Thank you to @richardcase for the solution, and help.
I didn't see a
CONTRIBUTING.md
, so please let me know if there is anything that needs to be changed.make mod
andmake test
both completed successfully.