Larefly
Larefly
Currently I am spread thin over paws and noctua. Will hopefully get to this soon. If you have any ideas in how to support this please feel free to raise...
Closing this as it is now supported in latest cran release
Really sorry about my slow replies. I am currently on holiday. I am guessing the biggest issue with this is if a session token is known i.e. sso, then a...
In the meantime please feel free to raise any PR if you believe you have a solution for this. I do appreciate PRs as paws is a beast of a...
Hi @tyner the `expiration` parameter should be a Unix Timestamp. Usually it is generated from the sso method [boto3: get_role_credentials](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso/client/get_role_credentials.html) or [paws: get_role_credentials](https://www.paws-r-sdk.com/docs/sso_get_role_credentials/). Ultimately it is a integer, we currently...
Temporary credential refresh are now supported for sso connections #794
> Is it possible to use paws to authenticate a request that I'm making with httr2? In it's current state I don't think so 🤔. I believe the request to...
When I am back from holiday I am happy to expose paws's AWS SigV4 (it was on my todo list). That should make it simpler for you. From my knowledge...
I have been playing around with some ideas in how to do this in R. The [pkd](https://github.com/paleolimbot/pkd) package looks like a useful however it isn't on cran. I have managed...
AWS can be a bit of a pain at times :) If you managed to get a working prototype I would be really interested as it should help with the...