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

[security] Enable pod security warnings for flux-system #2316

Merged
merged 1 commit into from
Jan 21, 2022

Conversation

pjbgf
Copy link
Member

@pjbgf pjbgf commented Jan 20, 2022

Enable warnings for any violation of the restrict Pod Security Standard at the flux-system namespace. This only works when Pod Security Admission Controller is installed and enabled, which is the default setting on Kubernetes v1.23+.

As of version v0.26.0 all flux components should be compatible with above mentioned policy. This is not being enforced by default to allow backwards compatibility with users that decided deploying non-flux components into the flux-system namespace.

@stefanprodan stefanprodan added area/bootstrap Bootstrap related issues and pull requests area/install Install and uninstall related issues and pull requests labels Jan 20, 2022
@stefanprodan
Copy link
Member

Ref: #2014

Copy link
Member

@stefanprodan stefanprodan left a comment

Choose a reason for hiding this comment

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

LGTM

Thanks @pjbgf

Signed-off-by: Paulo Gomes <paulo.gomes@weave.works>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/bootstrap Bootstrap related issues and pull requests area/install Install and uninstall related issues and pull requests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants