You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check if user is able to create resources and if not, inform user that they can only view objects. Actions that require create privileges should get disabled for the user.
The text was updated successfully, but these errors were encountered:
and showing object is also not a good idea because if the user doesn't have the privilege they can't view the tekton resources.
for example:
$ kubectl get pipeline
Error from server (Forbidden): pipelines.tekton.dev is forbidden: User "developer" cannot list resource "pipelines" in API group "tekton.dev" in the namespace "default"
Check if user is able to create resources and if not, inform user that they can only view objects. Actions that require create privileges should get disabled for the user.
The text was updated successfully, but these errors were encountered: