Which, if I can read correctly, should be able to delete a secret.
But we get the following error message:
Error from server (Forbidden): secrets "cs250-regcred" is forbidden: User "system:serviceaccount:permission-manager:cs250" cannot delete resource "secrets" in API group "" in the namespace "cs250"
Could it be a bug?
How can I troubleshoot it further?
We are currently using permission manager to set up an account that uses the template 'template-namespaced-resources___developer'.
The ClusterRole is defined by:
Which, if I can read correctly, should be able to delete a secret.
But we get the following error message:
Could it be a bug? How can I troubleshoot it further?