Skip to content

Commit

Permalink
Enable auditd (#722)
Browse files Browse the repository at this point in the history
* Enable auditd

* Fix s3 modules

* Revert s3 change

Signed-off-by: QuentinBisson <[email protected]>

---------

Signed-off-by: QuentinBisson <[email protected]>
  • Loading branch information
QuentinBisson authored Jul 10, 2023
1 parent 6f13db8 commit 4087a94
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- Enable auditd.

## [14.16.1] - 2023-07-04

### Changed
Expand Down
2 changes: 2 additions & 0 deletions templates/bastion.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ systemd:
[Install]
WantedBy=multi-user.target
{{ end }}
- name: auditd.service
enabled: true
storage:
files:

Expand Down
2 changes: 2 additions & 0 deletions templates/master.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -1251,6 +1251,8 @@ systemd:
ExecStart=/opt/install-debug-tools
[Install]
WantedBy=multi-user.target
- name: auditd.service
enabled: true
{{ if .LogentriesEnabled }}
- name: logentries.service
enabled: true
Expand Down
3 changes: 2 additions & 1 deletion templates/worker.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -713,7 +713,8 @@ systemd:
$KUBECTL label nodes --overwrite $(hostname | tr '[:upper:]' '[:lower:]') kubernetes.io/role=worker'
[Install]
WantedBy=multi-user.target

- name: auditd.service
enabled: true
{{ if .LogentriesEnabled }}
- name: logentries.service
enabled: true
Expand Down

0 comments on commit 4087a94

Please sign in to comment.