f5-appsvcs-extension
f5-appsvcs-extension copied to clipboard
restnoded should use forward proxy
Is your feature request related to a problem? Please describe.
AS3 respectively restnoded does not use forward-proxy settings. I've tried the FAST template for ADFS and it tried to download the ADFS_eav_monitor script from raw.githubusercontent.com directly, without using the forward proxy settings. The F5 system has no direct access to the internet.
/var/log/restnoded/restnoded.log:
Thu, 07 Jan 2021 12:41:17 GMT - severe: [appsvcs] {"message":"GET https://raw.githubusercontent.com/f5devcentral/f5-bd-FASTexample/master/ADFS/eav_scripts/adfs_eav.sh for /TENANT1/ADFS/ADFS_eav_monitor/script failed (connect ECONNREFUSED 151.101.12.133:443)","level":"error"}
Describe the solution you'd like
restnoded should use the proxy settings configured with tmsh
sys db proxy.host {
value "10.23.4.5"
}
sys db proxy.password {
value "<null>"
}
sys db proxy.port {
value "8080"
}
...
Describe alternatives you've considered
Alternate options to download content from internet for a system without access (no route nor ACL) to the internet.
Additional context
TMOS: 15.1.0.4 AS3: 3.24.0-5 FAST Templates: 1.5.0-1
Thank you for your feedback. I have added this feature request to our internal product backlog as AUTOTOOL-2749.
If you are still looking for a fix, please reach out to us at [email protected]
This issue has been automatically closed because there has been no response to our request for more information from the original author. With only the information that is currently in the issue, we don't have enough information to take action. Please reach out if you have or find the answers we need so that we can investigate further.