Skip to content

DoD-Platform-One/cluster-auditor

Repository files navigation

cluster-auditor

Version: 1.5.0-bb.30 Type: application AppVersion: 0.0.7 Maintenance Track: bb_maintainted

OPA Exporter Helm Chart providing monitoring of violations from OPA Gatekeeper

Upstream Release Notes

  • This repo is a modified version of the upstream repo opa-scorecard

Learn More

Pre-Requisites

  • Kubernetes Cluster deployed
  • Kubernetes config installed in ~/.kube/config
  • Helm installed

Install Helm

https://helm.sh/docs/intro/install/

Deployment

  • Clone down the repository
  • cd into directory
helm install cluster-auditor chart/

Values

Key Type Default Description
istio.enabled bool false
istio.mtls.mode string "STRICT"
istio.hardened.enabled bool false
istio.hardened.customAuthorizationPolicies list []
istio.hardened.outboundTrafficPolicyMode string "REGISTRY_ONLY"
istio.hardened.customServiceEntries list []
istio.hardened.tempo.enabled bool false
istio.hardened.tempo.namespaces[0] string "tempo"
istio.hardened.tempo.principals[0] string "cluster.local/ns/tempo/sa/tempo-tempo"
annotations object {}
monitoring.enabled bool true
monitoring.dashboards.label.grafana_dashboard string "1"
monitoring.dashboards.namespace string "monitoring"
podLabels object {}
image.repo string "registry1.dso.mil/ironbank/bigbang/cluster-auditor/opa-exporter"
image.tag string "v0.0.7"
image.imagePullPolicy string "Always"
imagePullSecrets[0].name string "private-registry"
tolerations list []
resources.requests.cpu string "300m"
resources.requests.memory string "300Mi"
resources.limits.cpu string "300m"
resources.limits.memory string "300Mi"
loglevel string "debug"
securityContext.readOnlyRootFilesystem bool true
securityContext.capabilities.drop[0] string "ALL"
securityContext.allowPrivilegeEscalation bool false
securityContext.privileged bool false
affinity object {}
nodeSelector object {}
networkPolicies.enabled bool false
networkPolicies.controlPlaneCidr string "0.0.0.0/0"
networkPolicies.vpcCidr string "0.0.0.0/0"
networkPolicies.additionalPolicies list []
openshift bool false
nameOverride string "cluster-auditor"
bbtests.enabled bool false
bbtests.cypress.artifacts bool true
bbtests.cypress.envs.cypress_grafana_url string "http://grafana.monitoring.svc.cluster.local"
bbtests.cypress.envs.cypress_prometheus_url string "http://monitoring-kube-prometheus-prometheus.monitoring.svc.cluster.local:9090"
bbtests.cypress.envs.cypress_url string "http://monitoring-grafana.monitoring.svc.cluster.local/d/YBgRZG6Mz/opa-violations?orgId=1"
bbtests.cypress.envs.cypress_table_bar_allownodata string "1"
bbtests.cypress.envs.cypress_graph_allownodata string "2"
bbtests.cypress.envs.cypress_reporter_ns string "cluster-auditor"
bbtests.cypress.envs.cypress_check_datasource string "false"

Contributing

Please see the contributing guide if you are interested in contributing.


This file is programatically generated using helm-docs and some BigBang-specific templates. The gluon repository has instructions for regenerating package READMEs.

Releases

No releases published

Packages

No packages published

Contributors 25