ibeam
ibeam copied to clipboard
IBeam is an authentication and maintenance tool used for the Interactive Brokers Client Portal Web API Gateway.
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. create a new python package 2. pip install ibeam...
**Describe the feature** IBeam currently uses python:3.7.7-slim-buster, however, there are a number of security risks within that version of python. Suggest updating to python:3.11.ob1-slim-buster to resolve the security issues. See...
For straightforward use, when we dont automatize 2FA, we get: > No 2FA handler found. You may define your own 2FA handler or use built-in handlers. See documentation for more....
My gateway seems to drop connection every 4-5 hours depending on the time of day and I wanted to check whether this is what others have been experiencing too. This...
**Describe the bug** Docker-compose + custom certs aren't using the custom certificates. **To Reproduce** ``` version: "2.1" services: ibeam: image: voyz/ibeam container_name: ibeam env_file: - env.list ports: - 5000:5000 -...
Hi Voyz Firstly, thanks for your excellent work. The need to hold the TWSAPI gateway open on a local machine has been a real pain and your solution removes that...
First of all, thanks a lot for this project! Works great! Now, to the issue :) I get `Access Denied` when trying to run a python client against your docker...
Awesome project here! I'm just getting started with using this library, but I noticed in your .Readme you said: `We considered providing a possibility to read the credentials from an...
This PR is for the purpose of running the gateway in a remote host with enhance security. - put a flask proxy in front of the gateway to authenticate request...
**Describe the feature** I suggest that it would be useful to support reading secrets off the filesystem. This would allow the use of a Docker Swarm to store the encrypted...