Skip to content

Commit

Permalink
Remove audit functionality, was moved to separate extension controlle…
Browse files Browse the repository at this point in the history
…r. (#353)
  • Loading branch information
Gerrit91 committed May 31, 2024
1 parent 171b7e6 commit a62e4bb
Show file tree
Hide file tree
Showing 26 changed files with 63 additions and 1,353 deletions.
13 changes: 0 additions & 13 deletions charts/gardener-extension-provider-metal/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,19 +37,6 @@ data:
backup:
schedule: {{ .Values.config.etcd.backup.schedule }}
deltaSnapshotPeriod: {{ .Values.config.etcd.backup.deltaSnapshotPeriod }}
clusterAudit:
enabled: {{ .Values.config.clusterAudit.enabled }}
auditToSplunk:
enabled: {{ .Values.config.auditToSplunk.enabled }}
{{- if .Values.config.auditToSplunk.enabled }}
hecToken: {{ .Values.config.auditToSplunk.hecToken }}
index: {{ .Values.config.auditToSplunk.index }}
hecHost: {{ .Values.config.auditToSplunk.hecHost }}
hecPort: {{ .Values.config.auditToSplunk.hecPort }}
tlsEnabled: {{ .Values.config.auditToSplunk.tlsEnabled }}
hecCAFile: |
{{ .Values.config.auditToSplunk.hecCAFile | indent 8}}
{{- end }}
storage:
duros:
enabled: {{ .Values.config.storage.duros.enabled }}
Expand Down
10 changes: 0 additions & 10 deletions charts/gardener-extension-provider-metal/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,16 +64,6 @@ config:
backup:
schedule:
deltaSnapshotPeriod:
clusterAudit:
enabled: false
auditToSplunk:
enabled: false
hecToken:
index:
hecHost:
hecPort:
tlsEnabled:
hecCAFile:
storage:
duros:
enabled: false
Expand Down
8 changes: 0 additions & 8 deletions charts/images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,6 @@ images:
sourceRepository: https://github.com/metal-stack/machine-controller-manager-provider-metal
repository: ghcr.io/metal-stack/machine-controller-manager-provider-metal
tag: "v0.1.17"
- name: auditforwarder
sourceRepository: https://github.com/metal-stack/audit-forwarder
repository: ghcr.io/metal-stack/audit-forwarder
tag: "v0.2.5"
- name: audittailer
sourceRepository: https://github.com/fluent/fluentd
repository: fluent/fluentd
tag: "v1.12"
- name: droptailer
sourceRepository: github.com/metal-stack/droptailer
repository: ghcr.io/metal-stack/droptailer
Expand Down
4 changes: 0 additions & 4 deletions charts/internal/cloud-provider-config/Chart.yaml

This file was deleted.

This file was deleted.

This file was deleted.

12 changes: 0 additions & 12 deletions charts/internal/cloud-provider-config/values.yaml

This file was deleted.

Loading

0 comments on commit a62e4bb

Please sign in to comment.