mirror of
https://github.com/FairwindsOps/polaris.git
synced 2026-08-23 22:26:34 +00:00
Compare commits
2
Commits
9.6.0
...
rb/more-docs
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a73147a0d7 | ||
|
|
4980e6a731 |
@@ -22,6 +22,19 @@ key | default | description
|
||||
`hostNetworkSet` | `warning` | Fails when `hostNetwork` attribute is configured.
|
||||
`hostPortSet` | `warning` | Fails when `hostPort` attribute is configured.
|
||||
`tlsSettingsMissing` | `warning` | Fails when an Ingress lacks TLS settings.
|
||||
`automountServiceAccountToken` | `ignore` | Fails if service account tokens are automounted to pods
|
||||
`clusterrolePodExecAttach` | `warning` | Fails if a ClusterRole is able to exec into pods
|
||||
`clusterrolebindingClusterAdmin` | `warning` | Fails if a ClusterRoleBinding is attached to the admin role
|
||||
`clusterrolebindingPodExecAttach` | `warning` | Fails if a ClusterRoleBinding is able to exec into pods
|
||||
`rolePodExecAttach` | `warning` | Fails if a Role is able to exec into pods
|
||||
`rolebindingClusterAdminClusterRole` | `warning` | Fails if a RoleBinding is attached to the cluster admin role
|
||||
`rolebindingClusterAdminRole` | `warning` | Fails if a RoleBinding is attached to the admin role
|
||||
`rolebindingClusterRolePodExecAttach` | `warning` | Fails if a RoleBinding is able to exec into pods in any namespace
|
||||
`rolebindingRolePodExecAttach` | `warning` | Fails if a RoleBinding is able to exec into pods in its namespace
|
||||
`linuxHardening` | `warning` | Fails if one of AppArmor, Seccomp, SELinux, or dropping Linux Capabilities are not used to limit unwanted privileges
|
||||
`missingNetworkPolicy` | `warning` | Fails if a controller lacks a corresponding NetworkPolicy
|
||||
`sensitiveConfigmapContent` | `warning` | Fails if a ConfigMap contains a likely password or secret
|
||||
`sensitiveContainerEnvVar` | `warning` | Fails if a controller has an environment variable hard-coded to a likely password or secret
|
||||
|
||||
## Background
|
||||
|
||||
|
||||
Reference in New Issue
Block a user