Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SecurityContext procMount Support #2451

Open
BenB196 opened this issue Mar 25, 2024 · 1 comment
Open

SecurityContext procMount Support #2451

BenB196 opened this issue Mar 25, 2024 · 1 comment

Comments

@BenB196
Copy link

BenB196 commented Mar 25, 2024

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
@sheneska
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants