You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Restore NewCredentialsChain interface and add NewCredentialsChainWithCloudRequirements
PR #1505 changed NewCredentialsChain to return *credentialsChain (unexported)
to enable WithCloudRequirements chaining. This broke the public API.
Restore the return type to CredentialsStrategy and introduce
NewCredentialsChainWithCloudRequirements for callers that need cloud-based
filtering. DefaultCredentials now uses the new constructor directly.
The WithCloudRequirements method is removed as it is no longer needed.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Signed-off-by: Hector Castejon Diaz <hector.castejon@databricks.com>
0 commit comments