Hello,
I am trying to give an azuread user cluster-owner permissions to a cluster.
The user is able to successfully login to my Rancher instance, but afterwards the cluster table seem to be missing a lot of info and it cannot go to cluster page.
Bellow is an image with an example:
I am using Terraform to create the cluster role template binding resource (Terraform Registry)
This is the YAML of the resource that’s eventually get created in the cluster
apiVersion: management.cattle.io/v3
clusterName: c-2qpxb
kind: ClusterRoleTemplateBinding
metadata:
annotations:
field.cattle.io/creatorId: user-xhr46
lifecycle.cattle.io/create.cluster-crtb-sync_c-2qpxb: "true"
finalizers:
- controller.cattle.io/mgmt-auth-crtb-controller
- clusterscoped.controller.cattle.io/cluster-crtb-sync_c-2qpxb
labels:
authz.cluster.cattle.io/crb-rb-labels-updated: "true"
cattle.io/creator: norman
name: pi-dev-uswst-l1-2023-1106-163946-igada-clusterowner
namespace: c-2qpxb
roleTemplateName: cluster-owner
userName: azuread_user://5a11f9fb-cb6f-4d4f-a214-21ce33881a16
I am not sure how to even debug this issue. Any help would be greatly appreciated