Skip to content

Commit ad23444

Browse files
committed
With this implementation, we are migrating from starboard operator to trivy operator:
1. We have updated kube_enforcer,kube_enforcer_advanced manifest files with Trivy Operator Resources 2. Updated relevant gen_ke_certs.sh and readme files 3. Upgraded trivy-operator version to latest (0.28.0)as the existing version has critical vulnerabilities.
1 parent 791d79b commit ad23444

File tree

18 files changed

+3524
-737
lines changed

18 files changed

+3524
-737
lines changed

enforcers/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Aqua Enforcers secure your workloads and infrastructure during runtime.
99
### Enforcers Types
1010
Following are the enforcers that can be deployed in Aqua:
1111
* [Aqua Enforcer](./aqua_enforcer): full runtime protection for containers, as well as selected host-related functionality.
12-
* [Kube Enforcer](./kube_enforcer): runtime security for your Kubernetes workloads and infrastructure. It can be deployed with advanced configuration and/or co-requisite Starboard.
12+
* [Kube Enforcer](./kube_enforcer): runtime security for your Kubernetes workloads and infrastructure. It can be deployed with advanced configuration and/or co-requisite Trivy-operator.
1313
* [VM Enforcer](./vm_enforcer): enforcement and assurance functionality for hosts (VMs) and Kubernetes nodes.
1414
* [Windows Enforcer](./windows_enforcer): full runtime protection for containers, as well as selected host-related functionality for Windows platforms.
1515

enforcers/kube_enforcer/kubernetes_and_openshift/helm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Deploy KubeEnforcer using Helm
22

3-
You can deploy KubeEnforcer in your Kubernetes cluster, using the Helm charts. KubeEnforcer can be deployed on the same cluster as the Aqua Server or on a different cluster, per your configuration. KubeEnforcer can be deployed with Starboard and/or advanced configuration by passing the required parameters through Helm commands. For deployment instructions, use the following resources:
3+
You can deploy KubeEnforcer in your Kubernetes cluster, using the Helm charts. KubeEnforcer can be deployed on the same cluster as the Aqua Server or on a different cluster, per your configuration. KubeEnforcer can be deployed with Trivy-operator and/or advanced configuration by passing the required parameters through Helm commands. For deployment instructions, use the following resources:
44

55
* [Install KubeEnforcer using helm charts](https://github.com/aquasecurity/aqua-helm/tree/2022.4/kube-enforcer#deploy-the-helm-chart)
66
* [Pass the required parameters for KubeEnforcer Advanced configuration](https://github.com/aquasecurity/aqua-helm/tree/2022.4/kube-enforcer#configurable-parameters)

0 commit comments

Comments
 (0)