Skip to content

Commit 21c462a

Browse files
committed
Comment out validate_url
1 parent 0019e08 commit 21c462a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/confidential_compute.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ def validate_connectivity() -> None:
113113
if self.configs.get("debug_mode") and environment == "prod":
114114
raise InvalidConfigValue(self.__class__.__name__, "debug_mode")
115115

116-
validate_url("core_base_url", environment)
117-
validate_url("optout_base_url", environment)
116+
# validate_url("core_base_url", environment)
117+
# validate_url("optout_base_url", environment)
118118
validate_operator_key()
119119
validate_connectivity()
120120
logging.info("Completed static validation of confidential compute config values")

0 commit comments

Comments
 (0)