CMAK
CMAK copied to clipboard
Support for Multiple Users
Hi,
Is it possible to configure Kafka Manager with multiple users with different access control ?
For example :
User1 has below features
application.features=["KMClusterManagerFeature","KMTopicManagerFeature"]
User2 has below features
application.features=["KMPreferredReplicaElectionFeature","KMReassignPartitionsFeature"]
any thoughts anyone ?
I am also looking for same.
can we have usergroup, as
application.usergroup.features=[]
application.admingroup.features=["KMPreferredReplicaElectionFeature","KMReassignPartitionsFeature"]
basicAuthentication.admingroup.enabled=true
basicAuthentication.admingroup.username="admin"
basicAuthentication.usergroup.enabled=false
can you provide clues for same, so i will try it..
i am looking for the same kid of feature , this can be a huge operational benefits . right now we spin up 2 instances of KM , one with full admin access and other with read only access , its ok but its unnecessary spinning 2 instances just for access controls .
We did the same, spinning 2 instances, for admin access and users. We want to authenticate, is there integration with any auth module, so we can provide for certain users/group.
Isn't this already possible with the LDAP support?
has any one tried with ldap auth with admin and user privileges
This group access feature is not yet implemented? I'm also looking for the same kind of feature.. it will be really helpful..