You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 16, 2023. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: