You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.
Kubeaudit notices cluster-default PSP and understands that Grafana pods are not privileged (yes, some other settings in this PSP are not secure by kubeaudit standards).
ACTUAL RESULTS
Kubeaudit complains that Grafana runs privileged.
The text was updated successfully, but these errors were encountered:
ISSUE TYPE
BUG REPORT
SUMMARY
I try to run kubeaudit on the cluster with restricted cluster-level default PSP.
Because cluster default is restricted, many pods do not have explicit security context settings.
Kubeaudit complains that these pods are privileged.
ENVIRONMENT
STEPS TO REPRODUCE
Deploy cluster-level default PSP like this:
Deploy Grafana helm chart.
Run kubeaudit all
EXPECTED RESULTS
Kubeaudit notices cluster-default PSP and understands that Grafana pods are not privileged (yes, some other settings in this PSP are not secure by kubeaudit standards).
ACTUAL RESULTS
Kubeaudit complains that Grafana runs privileged.
The text was updated successfully, but these errors were encountered: