Shuffle / python-apps

Apps to be used for Shuffle automation. Most of Shuffle's apps (2500+) are generated from APIs, and available in the search engine below:
https://shuffler.io/search
MIT License
100 stars 107 forks source link

AWS apps without credential but EC2-ROLE #342

Closed mesutgungor closed 1 year ago

mesutgungor commented 1 year ago

Currently all AWS APPS like AWS-S3 , AWS-WAF ... needs credentials to be input But if one gives the ec2 server (where shuffle is installed), the role with necesseary permissions the apps will not need credentials to be entered. So if the apps are modified that will handle this case it will be great.

mesutgungor commented 1 year ago

Tested locally and it seems to work as it is expected now. Created a pull request https://github.com/Shuffle/python-apps/pull/343

frikky commented 1 year ago

Continuing conversation in the PR. Looks nice, thanks! :)