v0.3
版本发布时间: 2018-06-13 11:30:35
conduktor/kafka-security-manager最新发布版本:v1.0.1(2022-01-07 07:26:20)
- Added gRPC endpoint to perform API calls on KSM (the goal is to build a UI on top of KSM)
- Feature flag for gRPC server (off by default)
- Added gRPC reflection service
- updated to
1.1.0-kafka1.1.0-nosr
- Added gRPC gateway service (REST)
- Fixed a nasty stability issue (#20).
- using ScalaFMT instead of Scalariform
- Added Read-Only mode (enabled by default) to make KSM more safe for new users (setting is
KSM_READONLY
and should be explicitly set tofalse
for production) - Renamed a few environment variables in KSM (breaking)
-
NoAclSource
is now the default AclSource (to be used withKSM_READONLY=true
) - Artifacts are now deployed to Sonatype / Maven Central