We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
port 18080 is the history-sever which is very important.
The text was updated successfully, but these errors were encountered:
I think the patch would be to add the following lines after line 570 in flintrock/ec2.py:
flintrock/ec2.py
SecurityGroupRule( ip_protocol='tcp', from_port=18080, to_port=1808, cidr_ip=flintrock_client_cidr, src_group=None),
Any thoughts on that?
Sorry, something went wrong.
I haven't looked closely at this issue, but yeah, that seems reasonable to me. Feel free to submit a PR and I'll take a closer look.
No branches or pull requests
port 18080 is the history-sever which is very important.
The text was updated successfully, but these errors were encountered: