Hi,
I am unable to have rights other than limited in the dashboard when I use authentication via token.
I need it for integration with veeam.
So I followed the doc:
Creating a serviceaccount (k10-admin):
kubectl describe serviceaccount k10-admin -n kasten-io
Name: k10-admin
Namespace: kasten-io
Labels: <none>
Annotations: <none>
Image pull secrets: <none>
Mountable secrets: <none>
Tokens: k10-admin-token
Events: <none>
Creation of the token for my serviceaccount (k10-admin):
kubectl describe secret k10-admin-token -n kasten-io
Name: k10-admin-token
Namespace: kasten-io
Labels: <none>
Annotations: kubernetes.io/service-account.name: k10-admin
kubernetes.io/service-account.uid: 61725419-f190-4cf5-99b8-6ec29e7afb9d
Type: kubernetes.io/service-account-token
Data
====
ca.crt: 1334 bytes
namespace: 9 bytes
token: xxxxxx
Creating the link between my serviceaccount (k10-admin) and the clusterrole (k10-admin):
kubectl describe clusterrolebinding k10-admin-k10-admin -n kasten-io
Name: k10-admin-k10-admin
Labels: <none>
Annotations: <none>
Role:
Kind: ClusterRole
Name: k10-admin
Subjects:
Kind Name Namespace
---- ---- ---------
ServiceAccount k10-admin kasten-io
When I connect to the interface with my token, it opens the interface, but I have practically no rights.