codelabs/ml_model_protection/src/sample_inference_server.py [25:32]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
credentials_config = {
    "type": "external_account",
    "audience": f"//iam.googleapis.com/{wip_provider_name}",
    "subject_token_type": "urn:ietf:params:oauth:token-type:jwt",
    "token_url": "https://sts.googleapis.com/v1/token",
    "credential_source": {
        "file": "/run/container_launcher/attestation_verifier_claims_token"
    },
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



codelabs/trusted_space_codelab/src/sample_inference_server.py [33:40]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
credentials_config = {
    "type": "external_account",
    "audience": f"//iam.googleapis.com/{wip_provider_name}",
    "subject_token_type": "urn:ietf:params:oauth:token-type:jwt",
    "token_url": "https://sts.googleapis.com/v1/token",
    "credential_source": {
        "file": "/run/container_launcher/attestation_verifier_claims_token"
    },
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



