David Kretch

Results 64 comments of David Kretch

Hey, sorry for the delay. I'll take a look this weekend. This looks like it might be a little more complicated than other credential methods.

AWS CLI user reference: https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-sso.html#sso-using-profile boto3 user reference: https://boto3.amazonaws.com/v1/documentation/api/latest/guide/credentials.html

The version of paws.common now on CRAN (0.3.15) now supports SSO using SSO credentials obtained using the AWS CLI, thanks to a pull request by @volkmuth. You should be able...

I've added documentation for using this here: https://github.com/paws-r/paws/blob/main/docs/credentials.md#use-aws-single-sign-on-sso.

Sorry about that. Can you give more details about the key names? I am not able to reproduce the issue using names exactly like "A/B/C/1.R". The only difference in my...

This is now fixed in paws.common version 0.3.15 on CRAN, which you can install with `install.packages("paws.common")`. Thank you!

Right, thanks @wlandau. We'll be putting together some maintenance documentation soon.

Awesome, that would great! So Adam and I are pretty hands off by necessity nowadays, but I will put together documentation for you and will work with you to make...

Thank you for the bug report! We'll check it out in the next week.

Hello @Drwhit, unfortunately I was not able to reproduce the issue on Linux or Windows in us-east-2 using `rds$build_auth_token` and `pool::dbPool`. I don't have a Mac to test with but...