Kubernetes RBAC configuration with Teleport #8692
-
Hi everyone, I'm trying to set up teleport, but I came across one minor problem with role configuration. I was able to set up a cluster admin using the system:masters kubernetes group, but once I tried to create roles that would only show pods and logs, for example, it no longer worked. Does anyone know how to do this, or do you not have a sample configuration? This configuration works, but only on the admin cluster.
Unfortunately, this limited configuration does not work
Thank you so much for the advice |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Teleport matches to groups or users that are configured within your k8s cluster. Here is an example how to map given groups to your teleport roles. #8581 |
Beta Was this translation helpful? Give feedback.
Teleport matches to groups or users that are configured within your k8s cluster. Here is an example how to map given groups to your teleport roles. #8581