diff --git a/testsuite/kuadrant/policy/authorization/sections.py b/testsuite/kuadrant/policy/authorization/sections.py index 57d9b577..cb2bc422 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, ):