Skip to content

Commit 6c9d18c

Browse files
committed
fix authorizer test
1 parent dccf8a2 commit 6c9d18c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/templates/kuttl/authorizer/authcheck.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import sys
33
import logging
44

5-
coordinator_host = "derby-druid-coordinator-default"
5+
coordinator_host = "derby-druid-coordinator-default-metrics"
66
coordinator_port = "8281"
77
authenticator_name = "MyBasicMetadataAuthenticator"
88

@@ -52,7 +52,7 @@ def create_user(user_name):
5252
}
5353

5454
for role, port in druid_role_ports.items():
55-
url = f"https://{druid_cluster_name}-{role}-default:{port}/status"
55+
url = f"https://{druid_cluster_name}-{role}-default-metrics:{port}/status"
5656
# make an authorized request -> return 401 expected
5757
print("Checking Unauthorized")
5858
res = requests.get(url, verify=False)

0 commit comments

Comments
 (0)