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 2022/03/07 10:11:00 UTC

[jira] [Commented] (KNOX-2713) Improve user limit handling when fetching Knox Tokens

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

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

Commit 848689b0b0e8c6a969dd5bdd2f85d40cf4047a73 in knox's branch refs/heads/master from Sandor Molnar
[ https://gitbox.apache.org/repos/asf?p=knox.git;h=848689b ]

KNOX-2713 - Allowing end-users to customize 'user limit exceeded' action when creating Knox tokens (#543)



> Improve user limit handling when fetching Knox Tokens
> -----------------------------------------------------
>
>                 Key: KNOX-2713
>                 URL: https://issues.apache.org/jira/browse/KNOX-2713
>             Project: Apache Knox
>          Issue Type: Improvement
>          Components: Server
>    Affects Versions: 1.6.0
>            Reporter: Sandor Molnar
>            Assignee: Sandor Molnar
>            Priority: Major
>             Fix For: 2.0.0
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> The current user limit behavior, which returns an error in case the user is trying to generate more tokens than he/she is allowed to, should be refined.
> The plan is to introduce a new service-level parameter called {{{}knox.token.limit.exceeded.action{}}}. This new configuration may have the following values:
>  * {{REMOVE_OLDEST}} - if that’s configured, the oldest token of the user, who the token is being generated for, will be removed
>  * {{RETURN_ERROR}} - if that’s configured, Knox will return an error response with 403 error code (as it does today)
> Defaults to {{{}RETURN_ERROR{}}}.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)