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 f49bb78 commit 5a34548Copy full SHA for 5a34548
.evergreen/scripts/oidc_tester.py
@@ -37,7 +37,7 @@ def setup_oidc(sub_test_name: str) -> dict[str, str] | None:
37
if "-remote" not in sub_test_name:
38
if sub_test_name == "azure":
39
# Found using "az vm image list --output table"
40
- env["AZUREKMS_IMAGE"] = "Canonical:0001-com-ubuntu-server-jammy:22_04-lts-gen2:latest"
+ env["AZUREOIDC_IMAGE"] = "Canonical:0001-com-ubuntu-server-jammy:22_04-lts-gen2:latest"
41
else:
42
env["GCPKMS_IMAGEFAMILY"] = "debian-12"
43
run_command(f"bash {target_dir}/setup.sh", env=env)
0 commit comments