Skip to content

Update dlic auth http package#2813

Closed
stephen-crawford wants to merge 5 commits intoopensearch-project:mainfrom
stephen-crawford:updateDlicAuthHttpPackage
Closed

Update dlic auth http package#2813
stephen-crawford wants to merge 5 commits intoopensearch-project:mainfrom
stephen-crawford:updateDlicAuthHttpPackage

Conversation

@stephen-crawford
Copy link
Contributor

@stephen-crawford stephen-crawford commented May 30, 2023

Description

Follows: #2812
Updates formatting for Java files under */dlic.auth.http

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.

cwperks and others added 5 commits May 30, 2023 16:24
Signed-off-by: Craig Perkins <cwperx@amazon.com>
Signed-off-by: Stephen Crawford <steecraw@amazon.com>
Signed-off-by: Stephen Crawford <steecraw@amazon.com>
Signed-off-by: Stephen Crawford <steecraw@amazon.com>
Signed-off-by: Stephen Crawford <steecraw@amazon.com>
@codecov
Copy link

codecov bot commented May 30, 2023

Codecov Report

Merging #2813 (55539d7) into main (9be79bd) will increase coverage by 0.00%.
The diff coverage is 51.71%.

@@            Coverage Diff            @@
##               main    #2813   +/-   ##
=========================================
  Coverage     61.48%   61.48%           
- Complexity     3401     3402    +1     
=========================================
  Files           266      266           
  Lines         18865    18878   +13     
  Branches       3302     3299    -3     
=========================================
+ Hits          11599    11607    +8     
- Misses         5669     5675    +6     
+ Partials       1597     1596    -1     
Impacted Files Coverage Δ
...t/keybyoidc/AuthenticatorUnavailableException.java 0.00% <0.00%> (ø)
...ic/auth/http/kerberos/HTTPSpnegoAuthenticator.java 0.00% <0.00%> (ø)
...azon/dlic/auth/http/kerberos/util/JaasKrbUtil.java 0.00% <0.00%> (ø)
...zon/dlic/auth/http/kerberos/util/KrbConstants.java 0.00% <0.00%> (ø)
.../dlic/auth/http/saml/SamlHTTPMetadataResolver.java 62.96% <ø> (ø)
...ic/auth/http/jwt/AbstractHTTPJwtAuthenticator.java 55.29% <33.33%> (ø)
...th/http/jwt/keybyoidc/BadCredentialsException.java 40.00% <40.00%> (ø)
...dlic/auth/http/saml/AuthTokenProcessorHandler.java 47.05% <50.00%> (-0.23%) ⬇️
.../auth/http/jwt/keybyoidc/SelfRefreshingKeySet.java 59.85% <59.85%> (ø)
...zon/dlic/auth/http/saml/Saml2SettingsProvider.java 60.18% <66.66%> (-1.36%) ⬇️
... and 6 more

... and 2 files with indirect coverage changes

Copy link
Member

@DarshitChanpura DarshitChanpura left a comment

Choose a reason for hiding this comment

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

Great work adding this formatter @scrawfor99 ! This should make future code-reviews more focused on content and less on nits :D

<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_annotation" value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_switch" value="insert"/>
</profile>
</profiles> No newline at end of file
Copy link
Member

Choose a reason for hiding this comment

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

nit: new line?

Copy link
Member

Choose a reason for hiding this comment

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

very detailed formatter doc. Is this a standard that other repos follow?

@stephen-crawford stephen-crawford deleted the updateDlicAuthHttpPackage branch December 11, 2023 19:26
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.

3 participants

Comments