cloudyr / cloudyr.github.io

the cloudyr project website
https://cloudyr.github.io
29 stars 5 forks source link

aws.secretsmanager package #18

Open Vanlightly opened 5 years ago

Vanlightly commented 5 years ago

Hi,

I need to access AWS Secrets Manager secrets from R scripts. I have started work on an R package specifically for Secrets Manager, I would be happy to contribute it to the Cloudyr project.

Let me know if you are interested.

Jack

MarkEdmondson1234 commented 5 years ago

That would be a fine addition @Vanlightly :) Let us know when you are close to submission.

Vanlightly commented 5 years ago

Great, currently I have only implemented the methods I need at work, but I will start implementing the rest of the API methods. The code is currently here: https://github.com/Vanlightly/r.aws.secretsmanager. Once I have all the methods implemented and tested I will come back to you for assistance ensuring it meets all the Cloudyr project standards.

leeper commented 5 years ago

Hey, @Vanlightly, this is awesome! I had a skeleton of a client sitting on my computer, which I just pushed to here: https://github.com/cloudyr/aws.secrets. Take a look at that in case it's useful. Otherwise, obviously, build it out however makes sense!

Vanlightly commented 5 years ago

Cool, thanks @leeper, I'm sure it will be helpful!

praveentvbb commented 5 years ago

Hey, @leeper aws.secrets not available for R version 3.4.1 Can you make it available for this version?