Skip to content

Commit 56f5c88

Browse files
committed
fix for enterprise auth
1 parent b2daf64 commit 56f5c88

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.evergreen/scripts/setup-tests.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ def handle_test_env() -> None:
172172
fid.write(keytab)
173173
principal = os.environ["PRINCIPAL"]
174174
LOGGER.info("Running kinit")
175+
os.environ["KRB5_CONFIG"] = str(krb_conf)
175176
cmd = f"kinit -k -t {keytab_file} -p {principal}"
176177
run_command(cmd)
177178

0 commit comments

Comments
 (0)