File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ def validate_connectivity() -> None:
102102 except Exception as e :
103103 raise UID2ServicesUnreachableError (self .__class__ .__name__ )
104104
105- def validate_operator_key_with_service () -> None :
105+ def validate_operator_key_with_core_service () -> None :
106106 """Pre-flight check: verifies the operator key is accepted by the core service.
107107 POSTs to /attest with only the Authorization header; core returns 401 for an
108108 invalid key before it even inspects the attestation payload."""
@@ -143,7 +143,7 @@ def validate_operator_key_with_service() -> None:
143143 validate_url ("optout_base_url" , environment )
144144 validate_operator_key ()
145145 validate_connectivity ()
146- validate_operator_key_with_service ()
146+ validate_operator_key_with_core_service ()
147147 logging .info ("Completed static validation of confidential compute config values" )
148148
149149 @abstractmethod
You can’t perform that action at this time.
0 commit comments