You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pulsar.apache.org by Zixuan Liu <no...@gmail.com> on 2022/08/22 08:49:39 UTC

[DISCUSS] Extended auth operation

Hi all,

I noticed we added the TenantOperation, NamespaceOperation, and
PolicyOperation in https://github.com/apache/pulsar/pull/6428, which
provide the "real" authz abilities for each resource. This PR only adds
check permissions method in authorization provider, no grant, revoke, and
get action, so I want to add this feature.

Best,
Zixuan

Re: [DISCUSS] Extended auth operation

Posted by Qiang Huang <qi...@gmail.com>.
Nice catch! +1

Zixuan Liu <no...@gmail.com> 于2022年8月22日周一 16:49写道:

> Hi all,
>
> I noticed we added the TenantOperation, NamespaceOperation, and
> PolicyOperation in https://github.com/apache/pulsar/pull/6428, which
> provide the "real" authz abilities for each resource. This PR only adds
> check permissions method in authorization provider, no grant, revoke, and
> get action, so I want to add this feature.
>
> Best,
> Zixuan
>


-- 
BR,
Qiang Huang