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 2c41938 commit 16e7c45Copy full SHA for 16e7c45
tests/templates/kuttl/opa/42-test-rest-server.yaml
@@ -14,7 +14,7 @@ spec:
14
- /bin/bash
15
- -c
16
- |
17
- status_code=$(curl --write-out '%{http_code}' --silent --insecure --output /dev/null "https://hbase-restserver-default:8080")
+ status_code=$(curl --write-out '%{http_code}' --silent --insecure --output /dev/null "https://hbase-restserver-default-metrics:8080")
18
19
if [[ "$status_code" -eq 401 ]] ; then
20
echo "[PASS] Successfully got 401 as we did not authenticate"
0 commit comments