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

🚀Add Default securityContext and Ability to Configure it #432

Merged
merged 4 commits into from
Jul 3, 2024
Merged

🚀Add Default securityContext and Ability to Configure it #432

merged 4 commits into from
Jul 3, 2024

Conversation

vadim-kubasov
Copy link
Contributor

@vadim-kubasov vadim-kubasov commented Jun 24, 2024

Description

Add default securityContext options. Exposes ability to configure securityContext for:

  • manager container
  • kube-rbac-proxy container
  • entire pod

Usage Example

values.yaml

securityContext:
  runAsNonRoot: true
operator:
  securityContext:
    allowPrivilegeEscalation: false
    capabilities:
      drop:
        - ALL
    seccompProfile:
      type: RuntimeDefault
kubeRbacProxy:
  securityContext:
    allowPrivilegeEscalation: false
    capabilities:
      drop:
        - ALL
    seccompProfile:
      type: RuntimeDefault

References

N/A

Community Note

  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.
  • 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.

@vadim-kubasov vadim-kubasov requested a review from a team as a code owner June 24, 2024 07:50
Copy link

hashicorp-cla-app bot commented Jun 24, 2024

CLA assistant check
All committers have signed the CLA.

@github-actions github-actions bot added size/XS and removed size/S labels Jun 24, 2024
@github-actions github-actions bot added documentation Improvements or additions to documentation size/S and removed size/XS labels Jul 3, 2024
Copy link
Contributor

@arybolovlev arybolovlev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great enhancement, @vadim-kubasov! 👍🏻 Thank you!

@arybolovlev arybolovlev merged commit afa52ec into hashicorp:main Jul 3, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation helm-chart size/S
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants