Skip to content

Commit

Permalink
Merge pull request #2377 from sgayangi/sgayangi-committership-fixes
Browse files Browse the repository at this point in the history
Fix formatting issues
  • Loading branch information
CrowleyRajapakse committed Jun 11, 2024
2 parents 66ee8e9 + c4ea4f4 commit c48ad64
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,12 @@
import org.wso2.apk.enforcer.commons.exception.APISecurityException;
import org.wso2.apk.enforcer.commons.logging.ErrorDetails;
import org.wso2.apk.enforcer.commons.logging.LoggingConstants;
import org.wso2.apk.enforcer.commons.model.*;
import org.wso2.apk.enforcer.commons.model.APIConfig;
import org.wso2.apk.enforcer.commons.model.APIKeyAuthenticationConfig;
import org.wso2.apk.enforcer.commons.model.AuthenticationContext;
import org.wso2.apk.enforcer.commons.model.JWTAuthenticationConfig;
import org.wso2.apk.enforcer.commons.model.Oauth2AuthenticationConfig;
import org.wso2.apk.enforcer.commons.model.RequestContext;
import org.wso2.apk.enforcer.config.ConfigHolder;
import org.wso2.apk.enforcer.config.EnforcerConfig;
import org.wso2.apk.enforcer.config.dto.MutualSSLDto;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
Feature: Test mTLS between client and gateway with client certificate sent in header

# mTLS mandatory OAuth2 mandatory
Scenario: Test mandatory mTLS and mandatory OAuth2 with a valid client certificate in header
Given The system is ready
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
Feature: Test mTLS between client and gateway with client certificate sent in header with OAuth2 optional

# mTLS mandatory OAuth2 optional
Scenario: Test mandatory mTLS and optional OAuth2 with a valid client certificate in header
Given The system is ready
Expand Down

0 comments on commit c48ad64

Please sign in to comment.