Difference between revisions of "Verbs:"
Jump to navigation
Jump to search
(Created page with "{{lc}} verbs: ["get", "list", "watch", "create", "update", "patch", "delete"] kind: ClusterRole") |
|||
(One intermediate revision by the same user not shown) | |||
Line 3: | Line 3: | ||
verbs: ["get", "list", "watch", "create", "update", "patch", "delete"] | verbs: ["get", "list", "watch", "create", "update", "patch", "delete"] | ||
+ | |||
+ | https://kubernetes.io/docs/reference/access-authn-authz/authentication/#anonymous-requests | ||
+ | apiVersion: [[rbac.authorization.k8s.io]]/v1 | ||
+ | kind: ClusterRole | ||
+ | metadata: | ||
+ | name: impersonator | ||
+ | rules: | ||
+ | - apiGroups: [""] | ||
+ | resources: ["users", "groups", "serviceaccounts"] | ||
+ | verbs: ["[[impersonate]]"] | ||
[[kind: ClusterRole]] | [[kind: ClusterRole]] | ||
+ | |||
+ | |||
+ | {{ClusterRole}} |
Latest revision as of 09:28, 2 November 2023
verbs: ["get", "list", "watch", "create", "update", "patch", "delete"]
https://kubernetes.io/docs/reference/access-authn-authz/authentication/#anonymous-requests
apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole metadata: name: impersonator rules: - apiGroups: [""] resources: ["users", "groups", "serviceaccounts"] verbs: ["impersonate"]
kind: ClusterRole
Advertising: