You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@knox.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2020/03/17 17:57:00 UTC

[jira] [Commented] (KNOX-2232) Document Knox Token options

    [ https://issues.apache.org/jira/browse/KNOX-2232?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17061083#comment-17061083 ] 

ASF subversion and git services commented on KNOX-2232:
-------------------------------------------------------

Commit 1875311 from Sandeep More
[ https://svn.apache.org/r1875311 ]

KNOX-2232 - document token permissiveness option

> Document Knox Token options
> ---------------------------
>
>                 Key: KNOX-2232
>                 URL: https://issues.apache.org/jira/browse/KNOX-2232
>             Project: Apache Knox
>          Issue Type: Bug
>          Components: Site
>    Affects Versions: 1.4.0
>            Reporter: Sandeep More
>            Assignee: Sandeep More
>            Priority: Major
>
> KNOX-2214 and KNOX-2212 added few options to manage token eviction that needs to be documented
>  
> {noformat}
> <!-- Token eviction job run frequency --> 
> <property>         
>          <name>gateway.knox.token.eviction.interval</name>         
>          <!-- in secs -->         
>           <value>60</value> 
> </property>
> {noformat}
>  
> {noformat}
> <!-- Token eviction grade period --> 
> <property>         
>         <name>gateway.knox.token.eviction.grace.period</name>         
>         <!-- in secs -->         
>         <value>60</value> 
> </property>
> {noformat}
>  
> {noformat}
> <!-- Enable token permissiveness --> 
> <property>
>         <name>gateway.knox.token.permissive.validation</name>
>         <value>true</value>
>         <description>Enable token permissiveness.</description>
> </property>
> {noformat}
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)