Skip to content

Commit 87bef82

Browse files
author
Jakub Smolar
authored
Merge pull request #580 from jsmolar/jsmolar
Make API Key auth look for all namespaces
2 parents e36fe2d + f2ba96e commit 87bef82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testsuite/kuadrant/policy/authorization/sections.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ def add_api_key(
138138
name,
139139
selector: Selector,
140140
*,
141-
all_namespaces: bool = False,
141+
all_namespaces: bool = True,
142142
credentials: Credentials = None,
143143
**common_features,
144144
):

0 commit comments

Comments
 (0)