PaloAltoNetworks / minemeld

Main MineMeld documentation repo
379 stars 64 forks source link

Upgrade dependencies to work with newer urllib (and ultimately boto3/botocore) #55

Open Phatkone opened 3 years ago

Phatkone commented 3 years ago

Is your feature request related to a problem?

Yes. I am unable to create a custom miner to utilise boto3 and pull information from AWS because boto3/botocore require a newer version of urllib3 than the minemeld docker can handle.

Describe the solution you'd like

update dependencies and capability to handle said library versions

Describe alternatives you've considered

building my own tool.

Additional context

I am trying to create a miner to pull ELB and instance addresses (fqdn/IP's) from AWS account which requires boto3/botocore

to rewrite the whole boto library to handle urllib3 v 2.20.0 would be foolish.