You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@knox.apache.org by GitBox <gi...@apache.org> on 2020/06/19 10:01:36 UTC

[GitHub] [knox] moresandeep commented on a change in pull request #349: KNOX-2393 - Add a configurable list of paths that SSOCookieProvider can ignore

moresandeep commented on a change in pull request #349:
URL: https://github.com/apache/knox/pull/349#discussion_r442749135



##########
File path: gateway-provider-security-jwt/src/main/java/org/apache/knox/gateway/provider/federation/jwt/JWTMessages.java
##########
@@ -55,4 +55,7 @@
 
   @Message( level = MessageLevel.DEBUG, text = "Audience claim has been validated." )
   void jwtAudienceValidated();
+
+  @Message( level = MessageLevel.INFO, text = "Path {0} is configured as unauthenticated path, letting the request {1} through" )
+  void unAuthenticatePathBypass(String path, String uri);

Review comment:
       +1 Ack.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org