Skip to content

ADC support for impersonated credentials failing with 401 - Reason CREDENTIALS_MISSING #563

@randypuro

Description

@randypuro

The actual request, after generating an auth token, is missing the auth headers. The code tries to prepare the auth header using the source credentials, presuming the passed in hash will be mutated.

However, source_credentials subclassing from BaseClient will return a modified copy of the passed in hash rather than mutating the passed in hash.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions