Skip to content

Commit

Permalink
Merge pull request #24 from Prateeknandle/fix-doc-2
Browse files Browse the repository at this point in the history
fix the broken documentation
  • Loading branch information
Prateeknandle authored Mar 15, 2024
2 parents d445bd1 + f31e05a commit 01034b3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .web-docs/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
The KubeArmor plugin for Packer which provides [KubeArmor Hardening Host Security policies](https://docs.kubearmor.io/kubearmor/use-cases/hardening_guide) for the build workloads.
# KubeArmor

A plugin for Packer which provides [KubeArmor Hardening Host Security policies](https://docs.kubearmor.io/kubearmor/use-cases/hardening_guide) for the build workloads.

> [KubeArmor](https://docs.kubearmor.io/kubearmor/) is a security solution for the Kubernetes and cloud native platforms that helps protect your workloads from attacks and threats. It does this by providing a set of hardening policies that are based on industry-leading compliance and attack frameworks such as CIS, MITRE, NIST-800-53, and STIGs. These policies are designed to help you secure your workloads in a way that is compliant with these frameworks and recommended best practices.
Expand Down
2 changes: 1 addition & 1 deletion .web-docs/components/provisioner/kubearmor/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Type: `kubearmor`

The `kubearmor` Packer provisioner will configure the build and provide the [KubeArmor Hardening Host Security Policies](https://docs.kubearmor.io/kubearmor/use-cases/hardening_guide). These hardening policies will be in the context of your workload, so you can see how they will be applied and what impact they will have on your system. This allows you to make informed decisions about which policies to apply, and helps you understand the trade-offs between security and functionality.
The KubeArmor provisioner will configure the build and provide the [KubeArmor Hardening Host Security Policies](https://docs.kubearmor.io/kubearmor/use-cases/hardening_guide). These hardening policies will be in the context of your workload, so you can see how they will be applied and what impact they will have on your system. This allows you to make informed decisions about which policies to apply, and helps you understand the trade-offs between security and functionality.


<!-- Provisioner Configuration Fields -->
Expand Down
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# KubeArmor Plugins
# KubeArmor

A plugin for Packer which provides [KubeArmor Hardening Host Security policies](https://docs.kubearmor.io/kubearmor/use-cases/hardening_guide) for the build workloads.

Expand Down Expand Up @@ -51,5 +51,5 @@ on [installing a plugin](https://developer.hashicorp.com/packer/docs/plugins/ins

### Provisioners

- [kubearmor](/packer/integrations/kubearmor/latest/components/provisioner/kubearmor) - The kubearmor provisioner is used to provisioner
- [kubearmor](/packer/integrations/kubearmor/kubearmor/latest/components/provisioner/kubearmor) - The kubearmor provisioner is used to provisioner
Packer builds and provide the packer builds KubeArmor Host Security Policies.

0 comments on commit 01034b3

Please sign in to comment.