So I have done a quick test where I do this:
KEYTAB_FILE_PATH="/home/me/my.keytab"
KERBEROS_PRINCIPAL_NAME="HTTP/myu...@MY.DOMAIN.COM"
kinit -kt "${KEYTAB_FILE_PATH}" "${KERBEROS_PRINCIPAL_NAME}"
KEYTAB_FILE_PATH="/home/me/my.keytab"
KERBEROS_PRINCIPAL_NAME="HTTP/myu...@MY.DOMAIN.COM"
kinit -kt "${KEYTAB_FILE_PATH}" "${KERBEROS_PRINCIPAL_NAME}"
java -jar my-selenium-chromedriver-program.jar
Which begs the question, did the environment variables from my current user pass on to the environment variables of the spawned processes from Selenium + ChromeDriver?
Am I missing anything here?
--
You received this message because you are subscribed to a topic in the Google Groups "ChromeDriver Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/chromedriver-users/ZwNxtXIiDlU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to chromedriver-us...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/chromedriver-users/6a00bd83-a406-48a6-bac5-b142ea4c1e0d%40googlegroups.com.
--
You received this message because you are subscribed to a topic in the Google Groups "ChromeDriver Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/chromedriver-users/ZwNxtXIiDlU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to chromedriver-us...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/chromedriver-users/bbae626c-a8be-471a-8d8f-a3c57475081b%40googlegroups.com.
I am using 44444 and chromedriver uses 0 and picks a random available one.
On Wed, Feb 5, 2020, 4:57 PM Panos Christeas <xrg...@gmail.com> wrote:
What port is your Kerberized web server listening at?--I have experienced that issue when a chromedriver-spawn browser would try to negotiate against a non-standard port. As if that flag is enforced by chromedriver somehow:https://dev.chromium.org/administrators/policy-list-3#EnableAuthNegotiatePort
https://www.chromium.org/developers/design-documents/http-authentication
You received this message because you are subscribed to a topic in the Google Groups "ChromeDriver Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/chromedriver-users/ZwNxtXIiDlU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to chromedriver-users+unsub...@googlegroups.com.