You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kudu.apache.org by "Alexey Serbin (JIRA)" <ji...@apache.org> on 2019/02/12 04:25:00 UTC

[jira] [Created] (KUDU-2697) Implement a way to purge public parts of existing TSKs from all tablet servers and roll TSKs at masters

Alexey Serbin created KUDU-2697:
-----------------------------------

             Summary: Implement a way to purge public parts of existing TSKs from all tablet servers and roll TSKs at masters
                 Key: KUDU-2697
                 URL: https://issues.apache.org/jira/browse/KUDU-2697
             Project: Kudu
          Issue Type: Improvement
          Components: CLI, master, security, tserver
            Reporter: Alexey Serbin


For the use-cases when it's necessary to quickly cancel/revoke all authn/authz tokens issued so far, it's possible to do so by purging the public parts of TSKs at tablet servers and expire all existing TSKs at master.

To do so, it's necessary to implement corresponding RPC at tablet servers and master.  To present it as a tool, it's possible to add corresponding sub-command into the kudu CLI tool.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)