From 79ce9b10456f8733b66bea37a5392ffbc61c1182 Mon Sep 17 00:00:00 2001 From: Alvaro Iradier Date: Wed, 9 Aug 2023 10:58:33 +0200 Subject: [PATCH] Expand 'KSPM AC' to 'KSPM Admission Controller' --- charts/admission-controller/README.md | 2 +- charts/admission-controller/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/admission-controller/README.md b/charts/admission-controller/README.md index 4833e2574..8cc4a496a 100644 --- a/charts/admission-controller/README.md +++ b/charts/admission-controller/README.md @@ -111,7 +111,7 @@ The following table lists the configurable parameters of the `admission-controll | clusterName | **required**
The cluster Name which appear on Secure UI | "" | | namespace | The namespace to install components. An optional field. If not specified, it will default to the release namespace.
IMPORTANT: Ensure that a namespace is already exist, otherwise installation will fail. | "" | | sysdig.secureAPIToken | **required**
The API Token to access Sysdig Secure.

If neither this value nor `sysdig.existingSecureAPITokenSecret` is configured, you are required to provide the deployment with the `SECURE_API_TOKEN` (and `AUTH_BEARER_TOKEN` if the scanner is enabled) environment variable. Overrides the `global.sysdig.secureAPIToken` parameter. | "" | -| sysdig.accessKey | **required for KSPM AC**
Access Key to access Sysdig Secure.

Either this value or `sysdig.existingAccessKeySecret` is required Overrides `global.sysdig.accessKey` | "" | +| sysdig.accessKey | **required for KSPM Admission Controller**
Access Key to access Sysdig Secure.

Either this value or `sysdig.existingAccessKeySecret` is required Overrides `global.sysdig.accessKey` | "" | | sysdig.existingSecureAPITokenSecret | **required**
TheeExisting secret with API Token to access Sysdig Secure.
Alternatively, specify the name of a Kubernetes secret containing `SECURE_API_TOKEN` and `AUTH_BEARER_TOKEN` entry if you're also enabling scanner.
If neither this value nor `sysdig.secureAPIToken` is configured, you are required to provide the deployment with the `SECURE_API_TOKEN` (and `AUTH_BEARER_TOKEN` if the scanner is enabled) environment variable. | "" | | sysdig.apiEndpoint | Sysdig URL.
- The default for the us-east region is secure.sysdig.com.
- For us-west use us2.app.sysdig.com
- For European Union, use eu1.app.sysdig.com
- For APAC, use app.au1.sysdig.com
- For US4 (our west Google cloud region) use app.us4.sysdig.com
- For on-prem, your own enpoints
| "" | | features.k8sAuditDetections | Enable Kubernetes Audit detections with Falco rules. | true | diff --git a/charts/admission-controller/values.yaml b/charts/admission-controller/values.yaml index 14919cc18..b0aff3d41 100644 --- a/charts/admission-controller/values.yaml +++ b/charts/admission-controller/values.yaml @@ -73,7 +73,7 @@ sysdig: # Overrides the `global.sysdig.secureAPIToken` parameter. secureAPIToken: "" - # **required for KSPM AC** + # **required for KSPM Admission Controller** #
Access Key to access Sysdig Secure. #

Either this value or `sysdig.existingAccessKeySecret` is required # Overrides `global.sysdig.accessKey`