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

Restrict source namespaces in flagger-loadtester #1119

Merged
merged 2 commits into from
Mar 8, 2022
Merged

Restrict source namespaces in flagger-loadtester #1119

merged 2 commits into from
Mar 8, 2022

Commits on Feb 24, 2022

  1. Only allow namespaces matching -namespace-regexp

    This allows to forbid access from canaries in non-whitelisted
    namespaces.
    In a multi-tenant context, this can be combined with network policies to
    maintain isolation between namespaces.
    
    Signed-off-by: Cédric Connes <cedric.connes@gmail.com>
    connesc committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    6085753 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2022

  1. Add cmd.namespaceRegexp to loadtester Helm chart

    Signed-off-by: Cédric Connes <cedric.connes@gmail.com>
    connesc committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    96fd359 View commit details
    Browse the repository at this point in the history