terraform-provider-kubernetes icon indicating copy to clipboard operation
terraform-provider-kubernetes copied to clipboard

SecurityContext `procMount` Support

Open BenB196 opened this issue 1 year ago • 1 comments

Description

Pod Security Context doesn't seem to currently support setting procMount

Potential Terraform Configuration

...
security_context {
  proc_mount = "Unmasked"
}
...

References

Not the best documented setting, but https://snyk.io/blog/10-kubernetes-security-context-settings-you-should-understand/ has a good writeup of it.

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

BenB196 avatar Mar 25 '24 00:03 BenB196

Hi @BenB196, thank you for opening this issue. The procMount feature is currently still in alpha and we do not support features while they are in this stage. However, an alternative solution that could achieve the same results would be to use manifest.

sheneska avatar Mar 27 '24 18:03 sheneska