You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@knox.apache.org by kr...@apache.org on 2019/10/18 15:55:00 UTC

[knox] branch master updated: KNOX-2064 - KnoxSSO knoxsso.token.ttl should not default to -1

This is an automated email from the ASF dual-hosted git repository.

krisden pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/knox.git


The following commit(s) were added to refs/heads/master by this push:
     new f58a46d  KNOX-2064 - KnoxSSO knoxsso.token.ttl should not default to -1
f58a46d is described below

commit f58a46da9272c8d3b4f863864346d1f072cf59d8
Author: Kevin Risden <kr...@apache.org>
AuthorDate: Thu Oct 17 18:26:19 2019 -0400

    KNOX-2064 - KnoxSSO knoxsso.token.ttl should not default to -1
    
    Signed-off-by: Kevin Risden <kr...@apache.org>
---
 gateway-release/home/conf/topologies/knoxsso.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gateway-release/home/conf/topologies/knoxsso.xml b/gateway-release/home/conf/topologies/knoxsso.xml
index d669827..75cab7b 100644
--- a/gateway-release/home/conf/topologies/knoxsso.xml
+++ b/gateway-release/home/conf/topologies/knoxsso.xml
@@ -110,8 +110,9 @@
         </param>
          -->
         <param>
+            <!-- 24 hours in milliseconds = 86400000 -->
             <name>knoxsso.token.ttl</name>
-            <value>-1</value>
+            <value>86400000</value>
         </param>
     </service>