Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove audit functionality, was moved to separate extension controller. #353

Merged
merged 6 commits into from
May 31, 2024
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -36,19 +36,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 @@ -63,16 +63,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