Dubbo 2.7.6 provides an authentication mechanism[1], which is quite flaxible on Token acquire and verification. I am not familiar with Kerberos so I am not sure if it can work together with Kerberos. We don’t have an English version doc regarding Auth yet, so you need to check the source code to find how it works.
1. https://github.com/apache/dubbo/tree/master/dubbo-plugin/dubbo-auth Jun > On Mar 25, 2020, at 10:07 PM, Tien Dat PHAN <[email protected]> wrote: > > Dear experts, > > For ACL purpose, we are trying to useKerberos for controlling the > accessibility of different users on consuming Dubbo services. > Does Dubbo naturally support such kind of feature? > > IF it does NOT. We might have to think of implementing our API to take an > extra parameter as the token to identify between users. > > Best regards > Tien Dat PHAN >
