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

Enhance Security of This Helm Chart Based on Pod Security Standards #92

Merged
merged 3 commits into from
May 5, 2024

Conversation

CASL0
Copy link
Contributor

@CASL0 CASL0 commented May 5, 2024

Hi, I've created a pull request that enhances pod security.
This pull request introduces a series of security enhancements to the coturn chart, aligning it with the latest pod security standards.

These changes are designed to strengthen the security posture of the applications deployed using this chart, mitigating potential vulnerabilities and ensuring compliance with best practices in Kubernetes security.


I fixed the chart to ensure full compliance with the Kubernetes Pod Security Standards Restricted policy.
This means that you can deploy the chart on a namespace as shown in the following manifest.

apiVersion: v1
kind: Namespace
metadata:
  name: my-ns
  labels:
    pod-security.kubernetes.io/enforce: restricted

Could someone please review it and provide feedback?

@jessebot jessebot self-requested a review May 5, 2024 15:43
Copy link
Collaborator

@jessebot jessebot left a comment

Choose a reason for hiding this comment

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

Awesome, thanks for this! :)

@jessebot jessebot merged commit e500f88 into small-hack:main May 5, 2024
5 checks passed
@CASL0 CASL0 deleted the feature/security-enhancement branch May 6, 2024 01:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants