Skip to content

How to create a custom Project RBAC role to grant log access and exec permission on Pods, in a Rancher v2.x managed cluster

Article Number: 000020073

Environment

Pre-requisites

  • A Rancher v2.x managed Kubernetes cluster

Situation

Task

This article details how to create a custom Project RBAC role to grant log access and exec permission on Pods, in a Rancher v2.x managed Kubernetes cluster.

Resolution

Resolution

In Rancher v2.x you can create a custom Project Role that provides the permissions to enable a user to view Pods, Pod logs and to exec into Pods. You can then grant this role to users on Projects to provide them this access where necessary.

Pod Reader Permissions in Rancher UI

  1. Navigate to Users & Authentication > Roles.
  2. From the Projects tab, select Add Project Role.
  3. Provide a name for the role.
  4. Under Grant Resources, select Add Resource and fill in the information for each of the following:

Permission(s)ResourceGet, Createpods/execGet, ListpodsGet, Listpods/log 5. Select Create at the bottom.

Further reading