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 2021/03/19 12:49:04 UTC

[GitHub] [knox] lmccay commented on a change in pull request #418: KNOX-2555 - Add a Token Generation Page for Acquiring JWT Tokens

lmccay commented on a change in pull request #418:
URL: https://github.com/apache/knox/pull/418#discussion_r597651003



##########
File path: gateway-release/home/conf/topologies/homepage.xml
##########
@@ -70,6 +75,20 @@
    <service>
       <role>KNOX-METADATA</role>
    </service>
+   <service>
+      <role>KNOXTOKEN</role>
+      <param>
+         <name>knox.token.ttl</name>
+         <value>604800000</value>
+      </param>
+      <param>
+         <name>knox.token.target.url</name>
+         <value>cdp-proxy-token/</value>
+      </param>

Review comment:
       I've removed the 'cdp-' to make more generic. Thanks for the catch.




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