- CheckMates
- :
- Products
- :
- CloudMates Products
- :
- CNAPP
- :
- New Kubernetes RBAC services supported by CloudGua...
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Are you a member of CheckMates?
×- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
New Kubernetes RBAC services supported by CloudGuard Dome9
CloudGuard Dome9 now supports these Kubernetes services to manage RBAC. They can appear in GSL queries to evaluate them for compliance posture.
The KubernetesRole service defines RBAC roles for a Kubernetes cluster. These roles can be assigned to services or users to regulate their access to resources.
Sample GSL Rule: Minimize use of wildcards in role definitions
GSL: KubernetesRole should not have rules contain [ (resources with [$ regexMatch /.*\*.*/]) or (apiGroups with [$ regexMatch /.*\*.*/]) or (verbs with [$ regexMatch /.*\*.*/])]
The KubernetesRoleBinding service binds an RBAC role to specific Kubernetes services or users.
Sample GSL Rule: Limit cluster role binding to a specific authorized user
GSL: KubernetesRoleBinding where kind='ClusterRoleBinding' should have subjects with [ name='Mark' ]