CMAK icon indicating copy to clipboard operation
CMAK copied to clipboard

Support for Multiple Users

Open Ashish123gs opened this issue 8 years ago • 7 comments

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"]

Ashish123gs avatar Jul 20 '16 09:07 Ashish123gs

any thoughts anyone ?

Ashish123gs avatar Aug 22 '16 09:08 Ashish123gs

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..

sanjeevtripurari avatar Nov 16 '16 12:11 sanjeevtripurari

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 .

Ashish123gs avatar Jan 22 '17 20:01 Ashish123gs

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.

sanjeevtripurari avatar Feb 17 '17 08:02 sanjeevtripurari

Isn't this already possible with the LDAP support?

peetasan avatar Jul 11 '19 09:07 peetasan

has any one tried with ldap auth with admin and user privileges

sanjeevtripurari avatar Oct 06 '19 05:10 sanjeevtripurari

This group access feature is not yet implemented? I'm also looking for the same kind of feature.. it will be really helpful..

skaluva avatar Dec 09 '21 07:12 skaluva