We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57f94cc commit 4ad7234Copy full SHA for 4ad7234
microservices/gatewayJobScheduler/app.py
@@ -140,7 +140,7 @@ def get_namespaces_with_perm_data_plane(perm_data_plane_value):
140
kc = admin_api()
141
namespaces = []
142
# Find the 'ns' group
143
- ns_groups = kc.get_groups(search='ns')
+ ns_groups = kc.get_groups()
144
ns_group = next((g for g in ns_groups if g['name'] == 'ns'), None)
145
if not ns_group:
146
return namespaces
0 commit comments