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 dccf8a2 commit 6c9d18cCopy full SHA for 6c9d18c
1 file changed
tests/templates/kuttl/authorizer/authcheck.py
@@ -2,7 +2,7 @@
2
import sys
3
import logging
4
5
-coordinator_host = "derby-druid-coordinator-default"
+coordinator_host = "derby-druid-coordinator-default-metrics"
6
coordinator_port = "8281"
7
authenticator_name = "MyBasicMetadataAuthenticator"
8
@@ -52,7 +52,7 @@ def create_user(user_name):
52
}
53
54
for role, port in druid_role_ports.items():
55
- url = f"https://{druid_cluster_name}-{role}-default:{port}/status"
+ url = f"https://{druid_cluster_name}-{role}-default-metrics:{port}/status"
56
# make an authorized request -> return 401 expected
57
print("Checking Unauthorized")
58
res = requests.get(url, verify=False)
0 commit comments