Skip to content

Conversation

@BSick7
Copy link

@BSick7 BSick7 commented Dec 11, 2025

This fixes an issue reporting that service account impersonation isn't working: #353.

The fixed code changes how ImpersonatedServiceAccountCredentials adds the auth header to its client. The primary issue was that the hash passed into the apply function is not mutated. Instead, the underlying implementations copies the hash, performs authentication, then returns the copy. The prepare_auth_header method was changed to align with the underlying implementation.

@BSick7 BSick7 requested a review from a team as a code owner December 11, 2025 18:38
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.

1 participant