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

Bug 2086519: UPSTREAM: <carry>: e2e-framework: don't autosync PodSecurity labels #1268

Merged
merged 1 commit into from
May 19, 2022

Commits on May 19, 2022

  1. UPSTREAM: <carry>: e2e-framework: don't autosync PodSecurity labels

    In the tests, we oftentimes create pods directly by the administrative
    user and so their SCC-related privileges are being used to create the
    pods. The PSa label syncher however works by introspecting SAs in each
    namespace, and since the SAs in the direct pod creation use-cases don't
    have the SCC-related privileges, the labelsyncer evaluates these
    namespaces as "restricted" because only the "restricted-v2" SCC is ever
    assigned in the namespaces. This breaks tests where pods are created
    directly.
    stlaz committed May 19, 2022
    Configuration menu
    Copy the full SHA
    35dc012 View commit details
    Browse the repository at this point in the history