Replies: 1 comment
-
Thanks @nickdk! I've created an issue #3540 to track this. Does the acceptance criteria look correct to you (reply on the issue)? If you're interested, feel free to go ahead with the update and we'll just make sure that the automated tests pass on your PR. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm experimenting with nginx-gateway-fabric on a cluster not managed by myself. This cluster has quite stringent security requirements enforced by gatekeeper that denies certain configuration on certain resources.
One of them is requiring that all ServiceAccount objects have explicitly set:
automountServiceAccountToken: false
The deployment is still allowed to explicitly set auto mounting of the service account to true:
As far as I can tell this has the exact same functionality from the Pod's perspective.
Would it be feasible to do this on all service accounts in nginx-gateway-fabric? More specifically:
I can work around the first one by inlining the chart and changing the template but it's annoying when having to upgrade to newer chart versions so ideally it would be controllable by chart values or just be the default.
The second thing is more problematic since I don't seem to have a way to define this on the dynamically created data plan ServiceAccount and Deployment. I can only change annotations and labels through the Gateway infrastructure yaml section.
Thanks for you feedback.
Beta Was this translation helpful? Give feedback.
All reactions