-
Notifications
You must be signed in to change notification settings - Fork 153
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Controller Version
v5.13.23
Describe the Bug
To have internet access via proxy I have added http_proxy environment to the container.
When i'm attaching to the container and use wget to request internet resources it goes to the proxy. But the traffic from omada (e.g. downloading firmware) is not send send to the proxy, but directly on the host network.
Expected Behavior
proxy variables should be considered
Steps to Reproduce
- set container environments for proxy (http_proxy, https_proxy, no_proxy) to a proxy
- in omada ui search for firmware updates or trigger a firmware upgrade
How You're Launching the Container
containers:
- env:
- name: MANAGE_HTTPS_PORT
value: "8043"
- name: MANAGE_HTTP_PORT
value: "8088"
- name: PGID
value: "508"
- name: PGROUP
value: omada
- name: PORTAL_HTTPS_PORT
value: "8843"
- name: PORTAL_HTTP_PORT
value: "8088"
- name: SHOW_MONGODB_LOGS
value: "true"
- name: SHOW_SERVER_LOGS
value: "true"
- name: TZ
value: Europe/Berlin
- name: http_proxy
value: http://192.168.1.17:3128
- name: https_proxy
value: http://192.168.1.17:3128
- name: no_proxy
value: svc,local,localhost,maschin,192.168.1.13,10.152.183.0/24
this is a kubernetes deployment
Container Logs
24-2024 20:53:53.484 INFO [comm-pool-14] [] c.t.s.o.m.d.d.m.u.t.DeviceUpgradeStaticTask(): upgrade task upgradeId [28a1ab74778748dfa6c2a4fcfc31d647] of OmadacId(753ae46f108c36e6569cbbb1f8c5153c) is running...
01-24-2024 20:53:56.417 INFO [https-jsse-nio-8043-exec-9] [] c.t.s.c.l.a.AbstractReadWriteLockService(): [readWriteLockService]businessId:omadac.id:753ae46f108c36e6569cbbb1f8c5153c get writeLock module:manager:upgrade.online.check fail, execute onFail
MongoDB Logs
No response
Additional Context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request