You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/templates/kuttl/external-access/50-assert.yaml.j2
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -20,5 +20,6 @@ commands:
20
20
)
21
21
22
22
# Log-Endpoint Test Assertion:
23
-
echo "The HTTP Code should be 403 to indicate the log server is reachable (the internal JWT token is needed for full access): $CURL_RESPONSE" | grep 403
23
+
echo "The HTTP Code is $CURL_RESPONSE (an internal JWT token is needed for full access)"
echo "The HTTP Code should be 403 to indicate the log server is reachable (the internal JWT token is needed for full access): $CURL_RESPONSE" | grep 403
23
+
echo "The HTTP Code is $CURL_RESPONSE (an internal JWT token is needed for full access)"
echo "The HTTP Code should be 403 to indicate the log server is reachable (the internal JWT token is needed for full access): $CURL_RESPONSE" | grep 403
24
+
echo "The HTTP Code is $CURL_RESPONSE_CUSTOM (an internal JWT token is needed for full access)"
echo "The HTTP Code should be 403 to indicate the log server is reachable (the internal JWT token is needed for full access): $CURL_RESPONSE" | grep 403
30
+
echo "The HTTP Code is $CURL_RESPONSE_AUTO (an internal JWT token is needed for full access)"
echo "The HTTP Code should be 403 to indicate the log server is reachable (the internal JWT token is needed for full access): $CURL_RESPONSE" | grep 403
23
+
echo "The HTTP Code is $CURL_RESPONSE (an internal JWT token is needed for full access)"
echo "The HTTP Code should be 403 to indicate the log server is reachable (the internal JWT token is needed for full access): $CURL_RESPONSE" | grep 403
23
+
echo "The HTTP Code is $CURL_RESPONSE (an internal JWT token is needed for full access)"
echo "The HTTP Code should be 403 to indicate the log server is reachable (the internal JWT token is needed for full access): $CURL_RESPONSE" | grep 403
23
+
echo "The HTTP Code is $CURL_RESPONSE (an internal JWT token is needed for full access)"
0 commit comments