-
Type:
Bug
-
Status: Resolved
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 4.4.0
-
Fix Version/s: 4.5.0
-
Component/s: bookkeeper-client, bookkeeper-server
-
Labels:None
With 4.4.0 we introduced the ability to implement custom authentication plugins.
The new interfaces ClientAuthProvider and BookieAuthProvider depend on ExtensionRegistry, which is a shaded dependency.
As a consequence it is not possibile to implement any custom auth provider in code outside the project, because shaded/relocated dependencies cannot be used.
We need to break the actual interface and introduce a new way to implement such plugins in a portable way
- is related to
-
BOOKKEEPER-969 Security Support
-
- Resolved
-
- relates to
-
BOOKKEEPER-588 SSL support
-
- Resolved
-
-
BOOKKEEPER-391 Support Kerberos authentication of bookkeeper
-
- Resolved
-
- links to
- mentioned in
-
Page Loading...