SAP-archive / karydia

Kubernetes Security Walnut
Other
77 stars 10 forks source link

Change default behavior of ServiceAcounnts automount to false #107

Closed dacappo closed 5 years ago

dacappo commented 5 years ago

Description

Introduces the secure-by-default options change-default and change-all for the automountServiceAccount feature and removes previous, prohibitive options. The admission controller now applies to ServiceAccount Create and Update events. Instead of admitting each pod, the default setting for automountServiceAccountToken is changed directly for each service account when not explicitly configured otherwise.

Fixes #98.

Checklist

Before submitting this PR, please make sure:

ionysos commented 5 years ago

removed review wanted flag till review conversation is solved