scylla-machine-image
scylla-machine-image copied to clipboard
configure sudo
Need to add sudo log file, and re-authentication on sudo.
This will apply following CIS compliance rules:
- xccdf_org.ssgproject.content_rule_sudo_custom_logfile
- xccdf_org.ssgproject.content_rule_sudo_require_reauthentication
Fixes #695
require testing with SCT + Cloud.
next-machine-image tests are passed: https://jenkins.scylladb.com/view/master/job/scylla-master/job/releng-testing/job/next-machine-image/412/
Same as https://github.com/scylladb/scylla-machine-image/pull/710#issuecomment-2890678388, which tests should I run for scylla cloud?
next-machine-image tests are passed: https://jenkins.scylladb.com/view/master/job/scylla-master/job/releng-testing/job/next-machine-image/412/
The followup runs from this build, failed to install manager agent, not clear why...
Rebased with latest next, tested with next-machine-image and longevity:
- next-machine-image passed: https://jenkins.scylladb.com/view/master/job/scylla-master/job/releng-testing/job/next-machine-image/515/
- longevity-100gb-4h-test passed: https://jenkins.scylladb.com/view/master/job/scylla-master/job/releng-testing/job/longevity/job/longevity-100gb-4h-test/62/
I realized that I mistakenly opened another PR for same issue (https://github.com/scylladb/scylla-machine-image/pull/768), and it already merged at https://github.com/scylladb/scylla-machine-image/commit/2c9da9ab0af36bae393652fc243c584074b978f7.
Since the issue is already fixed, closing this PR.