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 2019/09/26 18:27:00 UTC

[GitHub] [knox] sharad-oss commented on a change in pull request #153: KNOX-2020 - AWS federation support added to hadoop-jwt cookie

sharad-oss commented on a change in pull request #153: KNOX-2020 - AWS federation support added to hadoop-jwt cookie
URL: https://github.com/apache/knox/pull/153#discussion_r328762308
 
 

 ##########
 File path: gateway-service-knoxsso/src/main/java/org/apache/knox/gateway/service/knoxsso/WebSSOResource.java
 ##########
 @@ -99,6 +106,7 @@
   private String signatureAlgorithm = "RS256";
   private List<String> ssoExpectedparams = new ArrayList<>();
   private String clusterName;
+  private Gson gson = new Gson();
 
 Review comment:
   Will switch to Jackson.

----------------------------------------------------------------
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


With regards,
Apache Git Services