Skip to content

Commit

Permalink
Merge pull request #580 from jsmolar/jsmolar
Browse files Browse the repository at this point in the history
Make API Key auth look for all namespaces
  • Loading branch information
jsmolar authored Nov 12, 2024
2 parents e36fe2d + f2ba96e commit 87bef82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testsuite/kuadrant/policy/authorization/sections.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def add_api_key(
name,
selector: Selector,
*,
all_namespaces: bool = False,
all_namespaces: bool = True,
credentials: Credentials = None,
**common_features,
):
Expand Down

0 comments on commit 87bef82

Please sign in to comment.