wait-for-migration initContainer does not abide by securityContext
Closed this issue · 2 comments
alee792 commented
helm-charts/charts/openfga/templates/deployment.yaml
Lines 37 to 42 in 2753840
The wait-for-migration
container does not use the securityContext
from the Helm values, which means a PodSecurityContext with runAsNonRoot: true
will always fail.
jon-whit commented
Fixed in release v0.1.19
alee792 commented
@jon-whit, I failed to catch this earlier, but the Job is also missing the service account configuration. I don't want to over inflate your release version, if that's something you all keep track of. How would you like to proceed with a fix on that issue?
When I test a fix for this one, I'll add some other common security restrictions to see what else is missing as well.