k8s-control-plane charm causes non DISA-STIG compliance
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Kubernetes Control Plane Charm |
New
|
Undecided
|
Unassigned |
Bug Description
ubuntu 20.04.5
juju 2.9.37
charm latest/stable rev CH:204
k8s 1.25.4
When running `sudo usg fix disa_stig` against an ubuntu 20.04.5 machine, it becomes DISA-STIG compliant.
running `juju add-machine <user>@<ip>` and then `juju deploy kubernetes-
Specifically, running a diff against the compliant results `sudo usg audit disa_stig` and then against the newly deployed k8s-control-plane charm causes the following diff:
```
- <rule-result idref="
- <result>
+ <rule-result idref="
+ <result>
```
kubernetes-