MarketSquare / robotframework-aws

Custom Library for Robot Framework to interact with Amazon Cloud Services
MIT License
25 stars 21 forks source link

Add keywords for Secrets Manager #51

Open mrkmcnamee opened 3 months ago

mrkmcnamee commented 3 months ago

I think it would be really useful to have a Get Secret keyword. Best practice for AWS hosted services is to store credentials in the Secrets Manager, which makes it imperative to be able to test the credentials and also to use said credentials to then test functionality that requires authentication.