feature/sso-hardening #9

Merged
bstein merged 685 commits from feature/sso-hardening into main 2026-01-13 20:23:26 +00:00
Showing only changes of commit 21b9129abf - Show all commits

View File

@ -90,8 +90,11 @@ INFRA_NAMESPACES = [
"longhorn-system", "longhorn-system",
"metallb-system", "metallb-system",
"monitoring", "monitoring",
"logging",
"flux-system", "flux-system",
"traefik", "traefik",
"maintenance",
"postgres",
] ]
INFRA_REGEX = f"^({'|'.join(INFRA_NAMESPACES)})$" INFRA_REGEX = f"^({'|'.join(INFRA_NAMESPACES)})$"
# Namespaces allowed on control plane without counting as workloads # Namespaces allowed on control plane without counting as workloads