Skip to content

Commit 5fb93b1

Browse files
sunnywuclaude
andcommitted
Rename validate_operator_key_with_service to validate_operator_key_with_core_service
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent bfd4fa9 commit 5fb93b1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/confidential_compute.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)