Skip to content
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

Add required field to OAuth2 #1950

Merged
merged 2 commits into from
Jan 17, 2024
Merged

Conversation

sgayangi
Copy link
Contributor

Purpose

$subject
Fixes #1941

@sgayangi sgayangi added trigger-action When this includes apk actions getting trigger for pr and removed trigger-action When this includes apk actions getting trigger for pr labels Jan 12, 2024
@codecov-commenter
Copy link

codecov-commenter commented Jan 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (fc9da2a) 80.10% compared to head (74a2343) 26.52%.

Additional details and impacted files
@@             Coverage Diff             @@
##             main    #1950       +/-   ##
===========================================
- Coverage   80.10%   26.52%   -53.59%     
===========================================
  Files           9      124      +115     
  Lines         548    14528    +13980     
  Branches      246     2575     +2329     
===========================================
+ Hits          439     3854     +3415     
- Misses        109    10550    +10441     
- Partials        0      124      +124     
Flag Coverage Δ
adapter 24.57% <ø> (?)
common-controller 4.62% <ø> (?)
config-deployer-service 26.83% <ø> (?)
idp-domain-service 80.18% <ø> (+0.07%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@sgayangi sgayangi added Do Not Merge and removed trigger-action When this includes apk actions getting trigger for pr labels Jan 12, 2024
@sgayangi sgayangi added trigger-action When this includes apk actions getting trigger for pr and removed Do Not Merge trigger-action When this includes apk actions getting trigger for pr labels Jan 14, 2024
@Krishanx92 Krishanx92 added trigger-action When this includes apk actions getting trigger for pr and removed trigger-action When this includes apk actions getting trigger for pr labels Jan 16, 2024
@github-actions github-actions bot removed the trigger-action When this includes apk actions getting trigger for pr label Jan 16, 2024
@sgayangi sgayangi added trigger-action When this includes apk actions getting trigger for pr and removed trigger-action When this includes apk actions getting trigger for pr labels Jan 16, 2024
@github-actions github-actions bot removed the trigger-action When this includes apk actions getting trigger for pr label Jan 16, 2024
@sgayangi sgayangi added trigger-action When this includes apk actions getting trigger for pr and removed trigger-action When this includes apk actions getting trigger for pr labels Jan 16, 2024
@Tharsanan1 Tharsanan1 merged commit cc7990a into wso2:main Jan 17, 2024
20 of 22 checks passed
@github-actions github-actions bot removed the trigger-action When this includes apk actions getting trigger for pr label Jan 17, 2024
import org.wso2.apk.enforcer.commons.model.InternalKeyConfig;
import org.wso2.apk.enforcer.commons.model.JWTAuthenticationConfig;
import org.wso2.apk.enforcer.commons.model.RequestContext;
import org.wso2.apk.enforcer.commons.model.*;
Copy link
Contributor

Choose a reason for hiding this comment

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

if possible let's remove star imports

@@ -1,5 +1,7 @@
Feature: Test mTLS between client and gateway with client certificate sent in header
Scenario: Test mandatory mTLS and enabled OAuth2 with a valid client certificate in header

Copy link
Contributor

Choose a reason for hiding this comment

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

Extra line?

@sgayangi sgayangi mentioned this pull request May 20, 2024
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.

Add required field to OAuth2
5 participants