Question

User does not have LIST permissions on bootstraps in dist.kio.kasten.io


Userlevel 2

We are getting below error message in our multi cluster environment “User does not have LIST permissions on bootstraps in dist.kio.kasten.io” . How to resolve it.

Thanks in advance.

 


6 comments

Userlevel 5
Badge +2

@Shubhadip Pal It appears RBAC issue to me, which role/cluster role is assigned to this user? 
I think you need to assign the user to the k10-mc-admin ClusterRole.

Userlevel 2

yes, cluster role is assigned, still the same issue.

Userlevel 5
Badge +2

@Shubhadip Pal can you share the YAMLof rolebinding/clusterrolebing assigned to this user/group?

Userlevel 2

Hello,

This issue is resolved. Thanks for your help.

Userlevel 5
Badge +2

@Shubhadip Pal It would be greatly appreciated if you could share the solution to the problem as a point of reference for the community.

Userlevel 2

As you suggested, a clusterolebinding made with k10-multi-cluster-user (user) and k10-mc-admin (cluster role)

Comment