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 2022/04/13 08:13:25 UTC

[GitHub] [knox] zeroflag commented on a diff in pull request #554: KNOX-2731 Allow group membership information to be included in issued JWTs

zeroflag commented on code in PR #554:
URL: https://github.com/apache/knox/pull/554#discussion_r849203844


##########
gateway-release/home/conf/topologies/homepage.xml:
##########
@@ -113,6 +113,10 @@
           <name>knox.token.proxyuser.admin.hosts</name>
           <value>*</value>
       </param>
+      <param>
+         <name>knox.token.include.groups</name>
+         <value>false</value>

Review Comment:
   Yes, the default is false so it is not needed. It was added here just to show the user that this option now available (it is easier to turn it on if we already have this param in the config). 



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

To unsubscribe, e-mail: dev-unsubscribe@knox.apache.org

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