You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@knox.apache.org by "Sandeep More (Jira)" <ji...@apache.org> on 2020/02/25 21:17:00 UTC

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

     [ https://issues.apache.org/jira/browse/KNOX-2232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sandeep More updated KNOX-2232:
-------------------------------
    Description: 
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.failure.enabled</name>
        <value>true</value>
        <description>Enable token permissiveness.</description>
</property>
{noformat}
 

  was:
KNOX-2214 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}
 

 


> 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.failure.enabled</name>
>         <value>true</value>
>         <description>Enable token permissiveness.</description>
> </property>
> {noformat}
>  



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