From f2ba96e707491fe9904367334ed2a8a7cfffe33c Mon Sep 17 00:00:00 2001 From: Jakub Smolar Date: Mon, 11 Nov 2024 17:37:04 +0100 Subject: [PATCH] Make API Key auth look for all namespaces Signed-off-by: Jakub Smolar --- testsuite/kuadrant/policy/authorization/sections.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuite/kuadrant/policy/authorization/sections.py b/testsuite/kuadrant/policy/authorization/sections.py index 7f158ff0..da341b39 100644 --- a/testsuite/kuadrant/policy/authorization/sections.py +++ b/testsuite/kuadrant/policy/authorization/sections.py @@ -138,7 +138,7 @@ def add_api_key( name, selector: Selector, *, - all_namespaces: bool = False, + all_namespaces: bool = True, credentials: Credentials = None, **common_features, ):