-
Notifications
You must be signed in to change notification settings - Fork 964
Closed
Labels
Description
The SDK is not compatible with an external credential_process
Expected Behavior
Specifying a credential_process in the credentials file should allow a user of the sdk to authenticate.
Current Behavior
The credential_process option is ignored.
Possible Solution
I have some thoughts about how to implement this and I would be happy to work on a PR, I just wanted to make sure that was something that would be useful. If so we can talk more about an implementation.
Steps to Reproduce
- Put a
credentials_processline in~/.aws/credentials - Try to build a client with a
ProfileCredentialsProvider
Context
Your Environment
- AWS Java SDK version used: 2.0.0-preview-9
- JDK version used: 1.8.0_161
jeroenvandijk, lorengordon, tahoward, StevenACoffman, tuzhucheng and 4 more