Skip to content

Conversation

@bagipriyank
Copy link
Contributor

@bagipriyank bagipriyank commented Sep 14, 2023

Description

Change warning message No 'Basic Authorization' header, send 401 and 'WWW-Authenticate Basic' to trace

Issues Resolved

Check List

  • New functionality includes testing
  • New functionality has been documented
  • Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

@peternied peternied changed the title #3273 Change warning message No 'Basic Authorization' header, send 4… Change log message from warning to trace on WWW-Authenticate challenge Sep 15, 2023
peternied
peternied previously approved these changes Sep 15, 2023
Copy link
Member

@peternied peternied left a comment

Choose a reason for hiding this comment

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

Thanks for the contribution!

@peternied
Copy link
Member

Note; I've cleaned up the pull request title and description.

@codecov
Copy link

codecov bot commented Sep 15, 2023

Codecov Report

Merging #3364 (fd74e1d) into main (2ad8272) will decrease coverage by 0.01%.
The diff coverage is 0.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##               main    #3364      +/-   ##
============================================
- Coverage     64.17%   64.16%   -0.01%     
  Complexity     3472     3472              
============================================
  Files           263      263              
  Lines         20112    20113       +1     
  Branches       3359     3360       +1     
============================================
- Hits          12907    12906       -1     
- Misses         5526     5527       +1     
- Partials       1679     1680       +1     
Files Changed Coverage Δ
.../org/opensearch/security/auth/BackendRegistry.java 59.16% <0.00%> (-0.56%) ⬇️

Priyank Bagrecha added 2 commits September 15, 2023 13:13
…n' header, send 401 and 'WWW-Authenticate Basic' to trace

Signed-off-by: Priyank Bagrecha <pbagrecha@roku.com>
Signed-off-by: Priyank Bagrecha <pbagrecha@roku.com>
@stephen-crawford stephen-crawford merged commit a41638b into opensearch-project:main Sep 19, 2023
@bagipriyank bagipriyank deleted the issue-3273 branch September 19, 2023 20:24
opensearch-trigger-bot bot pushed a commit that referenced this pull request Oct 3, 2023
#3364)

### Description
Change warning message No 'Basic Authorization' header, send 401 and
'WWW-Authenticate Basic' to trace

### Issues Resolved
- Resolves #3273

### Check List
- [ ] New functionality includes testing
- [ ] New functionality has been documented
- [X] Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and
signing off your commits, please check
[here](https://github.com/opensearch-project/OpenSearch/blob/main/CONTRIBUTING.md#developer-certificate-of-origin).

---------

Signed-off-by: Priyank Bagrecha <pbagrecha@roku.com>
Co-authored-by: Priyank Bagrecha <pbagrecha@roku.com>
(cherry picked from commit a41638b)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
DarshitChanpura pushed a commit that referenced this pull request Oct 3, 2023
…ticate challenge (#3446)

Backport a41638b from #3364.

Signed-off-by: Priyank Bagrecha <pbagrecha@roku.com>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Priyank Bagrecha <pbagrecha@roku.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] Lots of waring message No 'Basic Authorization' header, send 401 and 'WWW-Authenticate Basic' in log

4 participants