Skip to content

Commit

Permalink
Merge pull request #5 from rad-security/update_readme
Browse files Browse the repository at this point in the history
Expand on Cert-Manager Requirements In The Docs
  • Loading branch information
maximillianbrain1 authored Sep 18, 2024
2 parents 2bced91 + ce2ea23 commit a0c5310
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,17 @@ A terraform module for installing Rad Security Plugins through Terraform.

This module provides a flexible way to deploy Rad Security plugins using Helm. It allows you to configure various components of the Rad Security suite, including Guard, SBOM, Sync, Watch, Node Agent, and K9.

Rad Security currently requires Cert Manager to be installed prior to installing the plugins. This can be disabled by setting `install_cert_manager` to `false`.

## Features

- Automatic cluster API key generation
- Optional installation of cert-manager
- Installs Rad Security plugins using Helm
- Configurable components of the Rad Security plugins (Guard, SBOM, Sync, Watch, Node Agent, K9)

## Requirements

Cert Manager must be installed prior to installing the plugins. It can be installed by setting `install_cert_manager` to `true`. This will install the Cert Manager Helm Chart in the cert-manager namespace. If it is already installed or you do not want to install it using this method, you can set `install_cert_manager` to `false`.

## Usage
To use this module, two providers are required. The `rad-security` provider and the `helm` provider.

Expand Down

0 comments on commit a0c5310

Please sign in to comment.