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 31d84a2 commit f51901bCopy full SHA for f51901b
.evergreen/scripts/kms_tester.py
@@ -103,9 +103,9 @@ def setup_kms(sub_test_name: str) -> None:
103
config = read_env(f"{kms_dir}/secrets-export.sh")
104
if success:
105
write_env("AZUREKMS_VMNAME", config["AZUREKMS_VMNAME"])
106
- else:
107
- write_env("KEY_NAME", config["AZUREKMS_KEYNAME"])
108
- write_env("KEY_VAULT_ENDPOINT", config["AZUREKMS_KEYVAULTENDPOINT"])
+
+ write_env("KEY_NAME", config["AZUREKMS_KEYNAME"])
+ write_env("KEY_VAULT_ENDPOINT", config["AZUREKMS_KEYVAULTENDPOINT"])
109
110
111
def test_kms_remote(sub_test_name: str) -> None:
0 commit comments