Skip to content

feat(google): preserve signer identity in token credentials - #855

Merged
Xuanwo merged 1 commit into
mainfrom
xuanwo/google-signer-identity
Aug 27, 2026
Merged

feat(google): preserve signer identity in token credentials#855
Xuanwo merged 1 commit into
mainfrom
xuanwo/google-signer-identity

Conversation

@Xuanwo

@Xuanwo Xuanwo commented Aug 27, 2026

Copy link
Copy Markdown
Member

Token credentials issued for known service accounts currently discard the signer identity, forcing consumers to duplicate the service account email before query signing.

Preserve provider-discovered signer emails on Google token credentials and use them for IAMCredentials signBlob query signing. An explicit RequestSigner::with_signer_email takes precedence, providers that cannot determine an identity retain the explicit configuration path, and Bearer authentication ignores the query-signing identity.

Closes #854

@Xuanwo
Xuanwo marked this pull request as ready for review August 27, 2026 06:05
@Xuanwo
Xuanwo merged commit b980e52 into main Aug 27, 2026
69 of 71 checks passed
@Xuanwo
Xuanwo deleted the xuanwo/google-signer-identity branch August 27, 2026 06:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

google: carry signer identity in token credentials for query signing

1 participant