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 0bb07ef commit 9453505Copy full SHA for 9453505
Sessions/start-selenium-grid-sessions.sh
@@ -63,6 +63,11 @@ if [ ! -z "$SE_JAVA_SSL_TRUST_STORE" ]; then
63
SE_JAVA_OPTS="$SE_JAVA_OPTS -Djdk.internal.httpclient.disableHostnameVerification=${SE_JAVA_DISABLE_HOSTNAME_VERIFICATION:-true}"
64
fi
65
66
+if [ ! -z "$SE_REGISTRATION_SECRET" ]; then
67
+ echo "Appending Selenium options: --registration-secret ${SE_REGISTRATION_SECRET}"
68
+ SE_OPTS="$SE_OPTS --registration-secret ${SE_REGISTRATION_SECRET}"
69
+fi
70
+
71
EXTRA_LIBS=""
72
73
if [ "$SE_ENABLE_TRACING" = "true" ]; then
0 commit comments