Docker image is not updated
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 in K8s.
After checking the ibeam image, I saw that the K8s IPs is not whitelisted in the pod, but it does whitelisted in the repo.
Can you please build & push the docker image?
Thanks
Restore issue:
docker run -it af03be037b66 cat /srv/clientportal.gw/root/conf.yaml | grep -A 6 ips
Expected result:
https://github.com/Voyz/ibeam/blob/078c40b794c4f8c2ba361f37b59c9014985aa7a8/copy_cache/clientportal.gw/root/conf.yaml#L25
Returned result:
Hey @tal19987, thanks for pointing it out. Just pushed out 0.4.1 with the update, can you check if your issue is fixed
I'm going to close this issue as this issue is solved. Feel free to reopen if you'd like to continue the discussion 👍 Thanks for participating!