Skip to content

Commit 41d02b3

Browse files
committed
Comment out validate_operator_key
1 parent 21c462a commit 41d02b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/confidential_compute.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def validate_connectivity() -> None:
115115

116116
# validate_url("core_base_url", environment)
117117
# validate_url("optout_base_url", environment)
118-
validate_operator_key()
118+
# validate_operator_key()
119119
validate_connectivity()
120120
logging.info("Completed static validation of confidential compute config values")
121121

0 commit comments

Comments
 (0)