Jackson Tian

Results 187 comments of Jackson Tian

Currently, the SDK's credentials not fit the CLI's profile well. We are planning to improve it in short term.

Dear @ParthaI , We provide a CLIProfileCredentialsProvider to support your use case. You can use it like this: ```go // create cli credentials provider provider := NewCLIProfileCredentialsProviderBuilder().Build() // init client...

> Hi @JacksonTian, > > Apologies for the delayed response. I can confirm that the profile authentication suggestion you provided is working well. > > It would be great to...

> Hello @JacksonTian, > > Further to our work with profile authentication, we are now encountering timeout errors such as: > > * `Error: rpc error: code = DeadlineExceeded desc...

The error message shows network issue that access KMS kms.ap-south-1 service failed from your region. Where are you called to KMS.

Our default connect timeout is 5 seconds. You can custom it like following code: ```go client.SetConnectTimeout(5 * time.Second) // Set client ConnectTimeout to 5 second. ```