Skip to content

Commit 5edaeb5

Browse files
author
Vladislav Supalov
committed
test(todo): interact with LDAP authentication
1 parent adb5da0 commit 5edaeb5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/templates/kuttl/ldap/healthcheck.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
"router": 8888
2626
}
2727

28+
# TODO: actually use LDAP to interact
29+
2830
for role in druid_roles:
2931
url = f"http://{druid_cluster_name}-{role}-default:{druid_ports[role]}/status/health"
3032
count = 1

0 commit comments

Comments
 (0)